Improve some i18n things
- reuse some translations - move some strings to a more suitable category I will adapt the lang .ini files accordingly.
This commit is contained in:
parent
e00f894340
commit
5dd71db818
3 changed files with 8 additions and 8 deletions
|
@ -347,7 +347,7 @@ int PSPNetconfDialog::Update(int animSpeed) {
|
|||
if (g_Config.iWlanAdhocChannel == PSP_SYSTEMPARAM_ADHOC_CHANNEL_AUTOMATIC)
|
||||
channel = "Automatic";
|
||||
|
||||
DisplayMessage(di->T("ConnectingPleaseWait", "Connecting.\nPlease wait..."), di->T("Channel") + std::string(" ") + di->T(channel));
|
||||
DisplayMessage(di->T("ConnectingPleaseWait", "Connecting.\nPlease wait..."), di->T("Channel:") + std::string(" ") + di->T(channel));
|
||||
|
||||
// Only Join mode is showing Cancel button on KHBBS and the button will fade out before the dialog is fading out, probably because it's already connected thus can't be canceled anymore
|
||||
if (request.netAction == NETCONF_JOIN_ADHOC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue