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">