Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NXDRIVE-2247: Rename "Direct Transfer" context menu to "Upload content" #1862

Merged
merged 1 commit into from Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changes/4.4.5.md
Expand Up @@ -6,6 +6,7 @@ Release date: `2020-xx-xx`

- [NXDRIVE-2183](https://jira.nuxeo.com/browse/NXDRIVE-2183): Use `dict.copy()` for thread safety, better atomicity speed and memory efficiency
- [NXDRIVE-2186](https://jira.nuxeo.com/browse/NXDRIVE-2186): Do not remove staled transfers at startup if the application crashed
- [NXDRIVE-2247](https://jira.nuxeo.com/browse/NXDRIVE-2247): Rename "Direct Transfer" context menu to "Upload content"

### Direct Edit

Expand Down
2 changes: 1 addition & 1 deletion nxdrive/data/i18n/i18n.json
Expand Up @@ -45,7 +45,7 @@
"CONTEXT_MENU_1": "Access online",
"CONTEXT_MENU_2": "Copy share-link",
"CONTEXT_MENU_3": "Edit metadata",
"CONTEXT_MENU_4": "Direct Transfer",
"CONTEXT_MENU_4": "Upload content",
"CONTINUE": "Continue",
"CONTINUE_USING": "Continue using Drive %1",
"CREATE_REPORT": "Generate a bug report",
Expand Down