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

Fix for l10n popup strings #3451

Merged
merged 1 commit into from
Jun 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1459,11 +1459,11 @@
<string name="private_clear_button">Clear</string>

<!-- This string is displayed in the title of the pop-up blocking dialog.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title">%1$s prevented a pop-up from this site</string>
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title_v1">%1$s prevented pop-ups from this site</string>

<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
<string name="popup_block_description">Would you like to show them anyways?</string>
<string name="popup_block_description_v1">Would you like to show them anyways?</string>

<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
Expand Down