Skip to content

Commit

Permalink
Translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
anikiki committed Jan 24, 2025
1 parent 13d99e5 commit da658e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_new_omnibar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
android:layout_gravity="center_vertical"
android:paddingStart="2dp"
android:paddingEnd="2dp"
android:text="Trackers Blocked"
android:text="@string/trackersBlockedAnimationMessage"
android:ellipsize="end"
android:maxLines="1"
android:singleLine="true"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_new_omnibar_bottom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
android:layout_gravity="center_vertical"
android:paddingStart="2dp"
android:paddingEnd="2dp"
android:text="Trackers Blocked"
android:text="@string/trackersBlockedAnimationMessage"
android:ellipsize="end"
android:maxLines="1"
android:singleLine="true"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<string name="privacyProtectionEnabledConfirmationMessage" instruction="Placeholder is a website">Privacy Protection enabled for %1$s</string>
<string name="privacyProtectionDisabledConfirmationMessage" instruction="Placeholder is a website">Privacy Protection disabled for %1$s</string>
<string name="undoSnackbarAction">Undo</string>
<string name="trackersBlockedAnimationMessage">Trackers Blocked</string>

<!-- Downloading files -->
<string name="downloadImage">Download Image</string>
Expand Down

0 comments on commit da658e7

Please sign in to comment.