1
0
Fork 0

For #8428 - move about text from static_strings.xml to strings.xml and fix comment (#10009)

Co-authored-by: Sören Hentzschel <kontakt@agenedia.com>
master
Emily Kager 2020-04-17 11:50:56 -07:00 committed by GitHub
parent cab0bfc073
commit d3093e4afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -9,11 +9,6 @@
<!-- Preference for developers -->
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
<!-- About content. The first and second parameters are the name of the application. (For example: Fenix) -->
<string name="about_content" translatable="false">
%1$s is produced by Mozilla.
</string>
<string name="intent_extra_toolbar_color" translatable="false">android.support.customtabs.extra.TOOLBAR_COLOR</string>
<string name="intent_extra_session" translatable="false">android.support.customtabs.extra.SESSION</string>
<string name="intent_extra_auth" translatable="false">support.customtabs.extra.AUTH</string>

View File

@ -20,6 +20,9 @@
<!-- No Open Tabs Message Description -->
<string name="no_open_tabs_description">Your open tabs will be shown here.</string>
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
<string name="about_content">%1$s is produced by Mozilla.</string>
<!-- Private Browsing -->
<!-- Title for private session option -->
<string name="private_browsing_title">Youre in a private session</string>