1
0
Fork 0

For #1274 - Moves the about string to prevent it from being translated

master
Jeff Boek 2019-04-05 10:17:28 -07:00
parent 65425d0f6e
commit e7998b35e9
2 changed files with 9 additions and 6 deletions

View File

@ -8,4 +8,13 @@
<!-- Preference for developers -->
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
<!-- Strings not ready for translation -->
<!-- About content. Sentences are separated by two new lines. The first and second parameters are the name of the
application. (For example: Fenix) -->
<string name="about_content" translatable="false">
%1$s puts you in control.
\n\n%1$s is produced by Mozilla.
</string>
</resources>

View File

@ -209,12 +209,6 @@
<string name="content_description_history_menu">History item menu</string>
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
<string name="content_description_close_button">Close</string>
<!-- About content. Sentences are separated by two new lines. The first and second parameters are the name of the
application. (For example: Fenix) -->
<string name="about_content">
%1$s puts you in control.
\n\n%1$s is produced by Mozilla.
</string>
<!-- Sessions -->
<!-- Title for the list of tabs in the current session -->