-
-
Notifications
You must be signed in to change notification settings - Fork 46
String updates #610
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
base: main
Are you sure you want to change the base?
String updates #610
Conversation
Clarify toast strings
Slight rewording and updating copyright date in the license
@@ -52,12 +52,12 @@ | |||
<string name="pref_summary_retain_recent_egg_tasks">Retain Easter egg tasks on Recents screen. Up to 5 can be retained. Not available for the activity embedded mode</string> | |||
<string name="label_about">About</string> | |||
<string name="label_contribute">Contribute</string> | |||
<string name="animator_disabled_alert_message">Due to the system animations being disabled, some features may not work properly. Please go to \"Developer options\" and set the \"Animator duration scale\" option to activate the animations</string> | |||
<string name="action_goto_settings">Go to settings</string> | |||
<string name="animator_disabled_alert_message">System animations have been disabled. Some functions may not work properly. Please go to Developer options, then change Animator duration scale.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep their quotation marks, these are the text in the system settings
@@ -1,4 +1,4 @@ | |||
# Android Easter Egg | |||
# Android Easter Eggs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Easter Egg collection need this plural
@@ -1,6 +1,6 @@ | |||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | |||
<string name="summary_android_waiting">Currently unavailable</string> | |||
<string name="summary_android_release_pushed">The final release version has been released</string> | |||
<string name="summary_android_waiting">Waiting for final release/compilation</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to modify it to "Waiting for final release"
app/src/main/res/values/strings.xml
Outdated
@@ -14,7 +14,7 @@ | |||
<string name="url_telegram_group" translatable="false">https://t.me/+AD_rLq66XERkMDNl</string> | |||
|
|||
<string name="label_version" translatable="false">v%s (%d)</string> | |||
<string name="toast_no_egg" translatable="false">🤖🚫🥚</string> | |||
<string name="toast_no_egg" translatable="false">This version doesn't have an Easter egg.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this toast too ordinary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the toast text because the old one would probably confuse some people
Clarified toast messages, updated some strings, reworded README. and updated the copyright year