mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Rephrase misleading statement shown when skipping login (#2249)
* Rephrase misleading statement shown when skipping login The previous statement was misleading as it could also mean that the user could never upload pictures if he skips login. This not the case because after skipping the login he could login again if he wants to upload pictures. Clarify it by using a statement which states that he would have to login in future in case he wants to upload pictures. * Rephrase with a better statement The old statement doesn't read so well. Rephrase it with a better statement.
This commit is contained in:
parent
be98a56ba0
commit
ed51d8b871
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@
|
|||
<string name="skip_login">Skip</string>
|
||||
<string name="navigation_item_login">Log in</string>
|
||||
<string name="skip_login_title">Do you really want to skip login?</string>
|
||||
<string name="skip_login_message">You will not be able to upload pictures.</string>
|
||||
<string name="skip_login_message">You would have to log in to upload pictures in the future.</string>
|
||||
<string name="login_alert_message">Please log in to use this feature</string>
|
||||
<string name="copy_wikicode">Copy the wikitext to the clipboard</string>
|
||||
<string name="wikicode_copied">The wikitext was copied to the clipboard</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue