Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit fe39b27

Browse files
keianhzobluemarvin
authored andcommitted
L10n fixes (#1601)
* L10n fixes * Replace request desktop tooltip string
1 parent 8f83e2f commit fe39b27

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

app/src/main/res/layout/navigation_url.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
android:id="@+id/uaModeButton"
7676
style="@style/urlBarIconTheme"
7777
android:src="@drawable/ic_icon_ua_default"
78-
android:tooltipText="@string/user_agent_tooltip"
78+
android:tooltipText="@string/request_dekstop_site_tooltip"
7979
android:tint="@color/fog" />
8080

8181
<org.mozilla.vrbrowser.ui.views.UIButton

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@
731731
speech-to-text recognition. -->
732732
<string name="voice_search_tooltip">Voice Search</string>
733733

734-
<!-- This string is for the tooltip that appears upon hovering the 'User Agent' button in the
734+
<!-- This string is for the tooltip that appears upon hovering the 'Request desktop site' button in the
735735
browser's navigation bar. The button it labels, when pressed, change the currently used user agent. -->
736-
<string name="user_agent_tooltip">Request desktop site</string>
736+
<string name="request_dekstop_site_tooltip">Request desktop site</string>
737737

738738
<!-- This string is for the tooltip that appears upon hovering the 'Clear' button in the
739739
browser's navigation bar. The button it labels, when pressed, clears the navigation bar text. -->
@@ -855,9 +855,6 @@
855855
<!-- This string is displayed as the message body of a dialog displayed when poor web page performance has been detected and the page has been unloaded to restore performance. -->
856856
<string name="performance_message">Try reducing the window size to improve performance. Unblocking this page may crash your app.</string>
857857

858-
<!-- This string is displayed anywhere where we need to display the "Default" string by itself. -->
859-
<string name="tag_default">Default</string>
860-
861858
<!-- This string is displayed in the title of the Voice Search samples collect dialog. That dialog is shown the first time
862859
a user tries to use the voice search. -->
863860
<string name="voice_samples_collect_data_dialog_title">Allow %1$s to Collect Voice Samples for Research?</string>
@@ -867,11 +864,11 @@
867864
<string name="voice_samples_collect_dialog_description">Your data is always secure and never shared with third parties. We collect voice samples to improve the experience and performance of our products. You’ll always be able to use voice search, even if you don’t allow collection.&lt;a href="privacy">Learn More&lt;/a></string>
868865

869866
<!-- This string is displayed in the button of the Voice Search samples collect dialog.
870-
When clicked the user opts out from the voice data collection. -->
867+
When clicked the user opts in to the voice data collection. -->
871868
<string name="voice_samples_collect_dialog_allow">Allow</string>
872869

873870
<!-- This string is displayed in the button of the Voice Search samples collect dialog.
874-
When clicked the user opts in for the voice data collection. -->
871+
When clicked the user opts out of the voice data collection. -->
875872
<string name="voice_samples_collect_dialog_do_not_allow">Don’t Allow</string>
876873

877874
<!-- This string is displayed in the content language list in front of the system default language in between parenthesis -->

0 commit comments

Comments
 (0)