plugins & debug menu: apply consistent titles

Purge "Menu" or "Rockbox" from plugin menu titles
and match application names from manual.

Exception: "Main Menu" is left unchanged as the
title for the Main Menu Configuration plugin, since
it appears in Rockbox's Settings menu and therefore
should match the name of the setting.

E.g.:

"Rockbox Goban" => "Goban"
"Image Viewer Menu" => "Image Viewer"
"Viewer Menu" => "Text Viewer"
"Menu" => "Chess Clock"
"Do What?" => "Text Editor"
"Mpegplayer Menu" => "MPEG Player"
"Multiboot Settings" => "Multiboot"
"Disktidy" => "Disk Tidy"
...

Change-Id: Ie6d3be7557f31a36309489037ad8b2b27b06706e
This commit is contained in:
Christian Soffke 2025-12-20 11:23:29 +01:00 committed by Solomon Peachy
parent fe690dfa20
commit 5aa2b339d5
56 changed files with 262 additions and 304 deletions

View file

@ -688,7 +688,7 @@ static int run_timer(int nr)
/* MENU */
case CHC_MENU:
{
MENUITEM_STRINGLIST(menu, "Menu", NULL,
MENUITEM_STRINGLIST(menu, "Chess Clock", NULL,
"Delete player", "Restart round",
"Set round time", "Set total time",
"Playback Control");