Skip to content

Commit

Permalink
fix shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
diontools committed Oct 19, 2024
1 parent ae9b9a1 commit 70aeb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/src/main/res/xml/shortcuts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<shortcut
android:shortcutId="shutdown"
android:icon="@drawable/ic_noisy"
android:shortcutShortLabel="Stop app"
android:shortcutLongLabel="Stop app"
android:shortcutShortLabel="@string/shortcut_stop_this_app"
android:shortcutLongLabel="@string/shortcut_stop_this_app"
>
<intent
android:action="SHUTDOWN"
Expand Down

0 comments on commit 70aeb5b

Please sign in to comment.