From 156a40e9bbabbd7118cf7b225f9cdfc85625f385 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Wed, 28 Aug 2024 16:12:46 -0400 Subject: [PATCH] fix rcm shortcut name --- app/src/main/res/xml/shortcuts.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml index a69e9ae..76023e0 100644 --- a/app/src/main/res/xml/shortcuts.xml +++ b/app/src/main/res/xml/shortcuts.xml @@ -3,8 +3,8 @@ android:shortcutId="recovery" android:enabled="true" android:icon="@drawable/reset" - android:shortcutShortLabel="Recovery mode" - android:shortcutLongLabel="Recovery mode"> + android:shortcutShortLabel="@string/recovery_shortcut_name" + android:shortcutLongLabel="@string/recovery_shortcut_name">