drop '%'
Either say "Percentage", or just drop the '%' since this symbol of unit is not relevant to what the menu item should convey to the user. What we're really trying to do is show the CPU usage statistics...most likely the users would see for themselves what unit it comes out as (percentage, fraction, whatever).
This commit is contained in:
parent
3394211447
commit
ceea0e47ff
|
@ -94,7 +94,7 @@ void CLanguage::LoadDefaultStrings (void)
|
|||
DEF_STR(MENU_CONFG_AUDIO, L"Configure Audio Plugin..." );
|
||||
DEF_STR(MENU_CONFG_CTRL, L"Configure Controller Plugin..." );
|
||||
DEF_STR(MENU_CONFG_RSP, L"Configure RSP Plugin..." );
|
||||
DEF_STR(MENU_SHOW_CPU, L"Show CPU Usage %" );
|
||||
DEF_STR(MENU_SHOW_CPU, L"Show CPU Usage" );
|
||||
DEF_STR(MENU_SETTINGS, L"&Settings..." );
|
||||
|
||||
//Debugger Menu
|
||||
|
|
Loading…
Reference in New Issue