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

Commit db59750

Browse files
authored
Fix for popup strings. (#3451)
1 parent 8ca38b1 commit db59750

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,11 +1459,11 @@
14591459
<string name="private_clear_button">Clear</string>
14601460

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

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

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

0 commit comments

Comments
 (0)