Skip to content

Commit fa90457

Browse files
fix: rename main-menu Pause to "Pause Switchify" (#2228)
The bare "Pause" label on the main menu was ambiguous, especially next to Media → "Play/Pause" which controls media transport. The new label matches the language already used in the item's own subtitle, in the Switch Action configuration screen, and in the in-app HUD shown while paused — all of which already say "Switchify". Single string change in strings.xml; no code touched because MenuItemRegistry references the value through R.string.menu_item_pause. Co-authored-by: Owen McGirr <o.a.mcgirr@gmail.com>
1 parent 338d3fe commit fa90457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<string name="menu_title_media_control">Media Control</string>
2929
<string name="menu_title_edit">Edit</string>
3030
<string name="menu_title_device">Device</string>
31-
<string name="menu_item_pause">Pause</string>
31+
<string name="menu_item_pause">Pause Switchify</string>
3232

3333
<!-- Head Control Menu Items -->
3434
<string name="menu_item_enable_head_control">Enable Head Control</string>

0 commit comments

Comments
 (0)