mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove (hint) from Menubar entries
This commit is contained in:
parent
b3a66c9e7f
commit
16c8fc35eb
5 changed files with 5 additions and 5 deletions
|
@ -248,7 +248,7 @@ const char *menu_hash_to_str_de(uint32_t hash)
|
|||
case MENU_LABEL_VALUE_UI_COMPANION_START_ON_BOOT:
|
||||
return "UI-Companion beim Hochfahren starten";
|
||||
case MENU_LABEL_VALUE_UI_MENUBAR_ENABLE:
|
||||
return "Menüleiste (Hint)";
|
||||
return "Menüleiste";
|
||||
case MENU_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Verknüpfte Aktion bei Archivdateien";
|
||||
case MENU_LABEL_VALUE_NETWORK_CMD_ENABLE:
|
||||
|
|
|
@ -271,7 +271,7 @@ const char *menu_hash_to_str_fr(uint32_t hash)
|
|||
case MENU_LABEL_VALUE_UI_COMPANION_START_ON_BOOT:
|
||||
return "UI Companion Start On Boot";
|
||||
case MENU_LABEL_VALUE_UI_MENUBAR_ENABLE:
|
||||
return "Menubar (Hint)";
|
||||
return "Menubar";
|
||||
case MENU_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Mode d'ouverture des archives";
|
||||
case MENU_LABEL_VALUE_NETWORK_CMD_ENABLE:
|
||||
|
|
|
@ -236,7 +236,7 @@ const char *menu_hash_to_str_nl(uint32_t hash)
|
|||
case MENU_LABEL_VALUE_UI_COMPANION_START_ON_BOOT:
|
||||
return "UI Companion Start Tijdens Boot";
|
||||
case MENU_LABEL_VALUE_UI_MENUBAR_ENABLE:
|
||||
return "Menubalk (Hint)";
|
||||
return "Menubalk";
|
||||
case MENU_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Archief Bestand Associatie";
|
||||
case MENU_LABEL_VALUE_NETWORK_CMD_ENABLE:
|
||||
|
|
|
@ -256,7 +256,7 @@ const char *menu_hash_to_str_pl(uint32_t hash)
|
|||
case MENU_LABEL_VALUE_UI_COMPANION_START_ON_BOOT:
|
||||
return "UI Companion Start On Boot";
|
||||
case MENU_LABEL_VALUE_UI_MENUBAR_ENABLE:
|
||||
return "Pasek menu (Hint)";
|
||||
return "Pasek menu";
|
||||
case MENU_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Archive File Assocation Action";
|
||||
case MENU_LABEL_VALUE_NETWORK_CMD_ENABLE:
|
||||
|
|
|
@ -869,7 +869,7 @@ const char *menu_hash_to_str_us(uint32_t hash)
|
|||
case MENU_LABEL_VALUE_UI_COMPANION_START_ON_BOOT:
|
||||
return "UI Companion Start On Boot";
|
||||
case MENU_LABEL_VALUE_UI_MENUBAR_ENABLE:
|
||||
return "Menubar (Hint)";
|
||||
return "Menubar";
|
||||
case MENU_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Archive File Assocation Action";
|
||||
case MENU_LABEL_VALUE_NETWORK_CMD_ENABLE:
|
||||
|
|
Loading…
Add table
Reference in a new issue