tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 398d6d319f8741341bf797e0b6179ac04e949ecc
parent c8811bc2ae64702447ad87cc102572152443c2b7
Author: Francesco Lodolo <flod@lodolo.net>
Date:   Mon,  5 Jan 2026 19:22:54 +0000

Bug 2008357 - Remove spurious character after tab_manager_close_all_tabs_dialog_title definition, r=android-reviewers,nalexander DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D277759

Diffstat:
Mmobile/android/fenix/app/src/main/res/values/strings.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/android/fenix/app/src/main/res/values/strings.xml b/mobile/android/fenix/app/src/main/res/values/strings.xml @@ -1438,7 +1438,7 @@ <!-- Text shown in the menu for closing all tabs --> <string name="tab_tray_menu_item_close">Close all tabs</string> <!-- Text shown as the title of the Close all tabs confirmation dialog in Tab Manager --> - <string name="tab_manager_close_all_tabs_dialog_title">Close all tabs?</string>Í + <string name="tab_manager_close_all_tabs_dialog_title">Close all tabs?</string> <!-- Text shown in the body of the Close all tabs confirmation dialog in Tab Manager --> <string name="tab_manager_close_all_tabs_dialog_body">This will close all open tabs.</string> <!-- Text shown on the confirm button in the Close all tabs confirmation dialog -->