For #11404 - Update open all tabs warning message

Specify Firefox will only slow down while pages are loading.
This commit is contained in:
Pg 2022-07-10 11:35:13 +03:00 committed by Ryan VanderMeulen
parent c75e331a30
commit b11fd9131d
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@
<!-- Title to show in alert when a lot of tabs are to be opened -->
<string name="open_all_warning_title">Confirm open</string>
<!-- Message to show in alert when a lot of tabs are to be opened -->
<string name="open_all_warning_message">You are about to open %d tabs. This might slow down Firefox. Are you sure you want to continue ?</string>
<string name="open_all_warning_message">You are about to open %d tabs. This might slow down Firefox while the pages are loading. Are you sure you want to continue?</string>
<!-- Dialog button text for confirming open all tabs -->
<string name="open_all_warning_confirm">Open tabs</string>
<!-- Dialog button text for canceling open all tabs -->