diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /mobile/android/fenix/app/src/release | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/fenix/app/src/release')
-rw-r--r-- | mobile/android/fenix/app/src/release/res/xml/shortcuts.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mobile/android/fenix/app/src/release/res/xml/shortcuts.xml b/mobile/android/fenix/app/src/release/res/xml/shortcuts.xml index d9b9b27dcc..31d6b91379 100644 --- a/mobile/android/fenix/app/src/release/res/xml/shortcuts.xml +++ b/mobile/android/fenix/app/src/release/res/xml/shortcuts.xml @@ -8,8 +8,7 @@ android:shortcutId="password_manager" android:enabled="true" android:icon="@drawable/ic_static_password_shortcut" - android:shortcutShortLabel="@string/home_screen_shortcut_passwords" - android:shortcutLongLabel="@string/home_screen_shortcut_passwords"> + android:shortcutShortLabel="@string/home_screen_shortcut_passwords"> <intent android:action="org.mozilla.fenix.OPEN_PASSWORD_MANAGER" android:targetPackage="org.mozilla.firefox" @@ -19,8 +18,7 @@ android:shortcutId="open_new_tab" android:enabled="true" android:icon="@drawable/ic_static_shortcut_tab" - android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2" - android:shortcutLongLabel="@string/home_screen_shortcut_open_new_tab_2"> + android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2"> <intent android:action="org.mozilla.fenix.OPEN_TAB" android:targetPackage="org.mozilla.firefox" @@ -30,8 +28,7 @@ android:shortcutId="open_new_private_tab" android:enabled="true" android:icon="@drawable/ic_static_shortcut_private_tab" - android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2" - android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2"> + android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"> <intent android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB" android:targetPackage="org.mozilla.firefox" |