mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix which menu items get displayed at which state
Only show actions that are applicable to each state. Also clarify that 'abort' actually only 'deleted' failed uploads. We have no way to abort an in-progress upload yet Change-Id: I2c18273e603e3ca6b1e03f83b7404e96b6d8bad0
This commit is contained in:
parent
b7c1f44d1e
commit
1bc0b781d1
4 changed files with 39 additions and 15 deletions
|
|
@ -85,8 +85,8 @@
|
|||
<string name="waiting_first_sync">Waiting for first sync...</string>
|
||||
<string name="no_uploads_yet">You have not yet uploaded any photos.</string>
|
||||
|
||||
<string name="menu_retry">Retry</string>
|
||||
<string name="menu_abort">Abort</string>
|
||||
<string name="menu_retry_upload">Retry</string>
|
||||
<string name="menu_cancel_upload">Cancel</string>
|
||||
|
||||
<string name="share_license_summary">This image will be licensed under %1$s</string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue