Skip to content

Commit fc95edf

Browse files
committed
Move strings for translation
1 parent f18ba86 commit fc95edf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,4 @@
8181

8282
<!-- Bottom Navigation Bar Experiment-->
8383
<string name="refreshPage">Refresh Page</string>
84-
85-
<!--TabSwitcher Animation Tile Dialog-->
86-
<string name="tabSwitcherAnimationTileRemovalDialogTitle">DuckDuckGo blocks trackers to protect your browsing</string>
87-
<string name="tabSwitcherAnimationTileRemovalDialogBody">Clearing your tabs and data will delete your tracker blocking history and reset this number to zero.\n\nHide this banner if you\'d prefer not to see it in the tabs view.</string>
88-
<string name="tabSwitcherAnimationTileRemovalDialogNegativeButton">Hide Banner</string>
8984
</resources>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,4 +801,9 @@
801801
<string name="defaultBrowserBottomSheetDialogSubTitle">Make us your default browser so all site links open in DuckDuckGo.</string>
802802
<string name="defaultBrowserBottomSheetDialogGhostButton">Not Now</string>
803803

804+
<!--TabSwitcher Animation Tile Dialog-->
805+
<string name="tabSwitcherAnimationTileRemovalDialogTitle">DuckDuckGo blocks trackers to protect your browsing</string>
806+
<string name="tabSwitcherAnimationTileRemovalDialogBody">Clearing your tabs and data will delete your tracker blocking history and reset this number to zero.\n\nHide this banner if you\'d prefer not to see it in the tabs view.</string>
807+
<string name="tabSwitcherAnimationTileRemovalDialogNegativeButton">Hide Banner</string>
808+
804809
</resources>

0 commit comments

Comments
 (0)