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:
Kaartic Sivaraam 2019-01-03 19:37:45 +05:30 committed by Josephine Lim
parent be98a56ba0
commit ed51d8b871

View file

@ -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>