mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
For #1274 - Moves the about string to prevent it from being translated
This commit is contained in:
parent
65425d0f6e
commit
e7998b35e9
@ -8,4 +8,13 @@
|
|||||||
|
|
||||||
<!-- Preference for developers -->
|
<!-- Preference for developers -->
|
||||||
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
|
<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>
|
</resources>
|
@ -209,12 +209,6 @@
|
|||||||
<string name="content_description_history_menu">History item menu</string>
|
<string name="content_description_history_menu">History item menu</string>
|
||||||
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
|
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
|
||||||
<string name="content_description_close_button">Close</string>
|
<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 -->
|
<!-- Sessions -->
|
||||||
<!-- Title for the list of tabs in the current session -->
|
<!-- Title for the list of tabs in the current session -->
|
||||||
|
Loading…
Reference in New Issue
Block a user