A complete English sentence always has a subject and a verb.
It also always ends with punctuation of some form, like a period.
This commit is contained in:
parent
e38e6e6be4
commit
401ff21d61
|
@ -474,15 +474,15 @@ void CLanguage::LoadDefaultStrings (void)
|
|||
DEF_STR(MSG_PLUGIN_NOT_INIT, L"Cannot open a ROM because plugins have not successfully initialized");
|
||||
DEF_STR(MSG_DEL_SURE, L"Are you sure you really want to delete this?");
|
||||
DEF_STR(MSG_DEL_TITLE, L"Delete Cheat");
|
||||
DEF_STR(MSG_CHEAT_NAME_IN_USE, L"Cheat name is already in use");
|
||||
DEF_STR(MSG_MAX_CHEATS, L"You have reached the maximum amount of cheats for this ROM");
|
||||
DEF_STR(MSG_CHEAT_NAME_IN_USE, L"Cheat name is already in use.");
|
||||
DEF_STR(MSG_MAX_CHEATS, L"You have reached the maximum amount of cheats for this ROM.");
|
||||
DEF_STR(MSG_PLUGIN_INIT, L"Plugin initializing");
|
||||
DEF_STR(MSG_NO_SHORTCUT_SEL, L"You have not selected a virtual key to assign to the menu item");
|
||||
DEF_STR(MSG_NO_MENUITEM_SEL, L"You need to select a menu item to assign this key to");
|
||||
DEF_STR(MSG_MENUITEM_ASSIGNED, L"Short-cut has already been assigned to another menu item");
|
||||
DEF_STR(MSG_NO_SEL_SHORTCUT, L"No shortcut has been selected to be removed");
|
||||
DEF_STR(MSG_NO_SHORTCUT_SEL, L"You have not selected a virtual key to assign to the menu item.");
|
||||
DEF_STR(MSG_NO_MENUITEM_SEL, L"You need to select a menu item to assign this key to.");
|
||||
DEF_STR(MSG_MENUITEM_ASSIGNED, L"Short-cut has already been assigned to another menu item.");
|
||||
DEF_STR(MSG_NO_SEL_SHORTCUT, L"No shortcut has been selected to be removed.");
|
||||
DEF_STR(MSG_WAITING_FOR_START, L"ROM loaded. Waiting for emulation to start.");
|
||||
DEF_STR(MSG_INVALID_EXE, L"Project64 beta is for members only.\n\nif you have an account at pj64.net, you should not be seeing this error!!\nplease contact us on the site");
|
||||
DEF_STR(MSG_INVALID_EXE, L"Project64 beta is for members only.\n\nIf you have an account at pj64.net, you should not be seeing this error!!\nPlease contact us on the site.");
|
||||
DEF_STR(MSG_INVALID_EXE_TITLE, L"Program Error");
|
||||
DEF_STR(MSG_7Z_FILE_NOT_FOUND, L"Failed to find filename in 7z file");
|
||||
DEF_STR(MSG_SET_LLE_GFX_TITLE, L"Use LLE Graphics");
|
||||
|
|
Loading…
Reference in New Issue