Skip to content

Commit

Permalink
DerpLauncher: Improve 'kill' action string
Browse files Browse the repository at this point in the history
 * Kill -> Force close
   Keeps a better consistence to describe its action
   (as it's going to force close the app)

Signed-off-by: Mesquita <[email protected]>
Change-Id: Ibd0b1999cfbde7550457af4d4ca213452eeb4dd3
  • Loading branch information
mickaelmendes50 authored and NurKeinNeid committed Nov 16, 2024
1 parent 8073243 commit 57428da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/values/derp_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
<string name="dock_search_summary">Search bar in the bottom dock</string>

<!-- Kill App recents action shortcut -->
<string name="recent_task_option_kill_app">Kill</string>
<string name="recents_app_killed">App killed</string>
<string name="recent_task_option_kill_app">Force close</string>
<string name="recents_app_killed">App closed</string>

<!-- Hotseat Background -->
<string name="hotseat_bg_title">Hotseat background</string>
Expand Down

0 comments on commit 57428da

Please sign in to comment.