Skip to content

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

The-ProGrammer66
Copy link
Contributor

Clarified toast messages, updated some strings, reworded README. and updated the copyright year

@@ -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>
Copy link
Owner

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
Copy link
Owner

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>
Copy link
Owner

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"

@@ -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>
Copy link
Owner

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?

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants