diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 13:36:07 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 13:36:07 +0000 |
commit | 37048fac02bf4cbec6924f383246cd7f92133467 (patch) | |
tree | e987ac1590b63df91ea0eb9e17cba7d6af8beda7 /protocols/Xfire | |
parent | d73bf268980603d8dc4db13a58a576c3e137f122 (diff) |
removed unneeded spaces, etc.
git-svn-id: http://svn.miranda-ng.org/main/trunk@6644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire')
-rw-r--r-- | protocols/Xfire/src/addgamedialog.cpp | 2 | ||||
-rw-r--r-- | protocols/Xfire/src/all_statusmsg.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp index 7b3a7e4195..fa5fbec3ac 100644 --- a/protocols/Xfire/src/addgamedialog.cpp +++ b/protocols/Xfire/src/addgamedialog.cpp @@ -586,7 +586,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg, }
else if(LOWORD(wParam) == IDC_GAMEIDHELP)
{
- MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an ID. Use a number above the last used ID to avoid problems with used ids. Every number above 10000 should be save. This ID will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
+ MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an ID. Use a number above the last used ID to avoid problems with used IDs. Every number above 10000 should be save. This ID will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
}
else if(LOWORD(wParam) == IDC_ADD_BROWSEDETECT)
{
diff --git a/protocols/Xfire/src/all_statusmsg.cpp b/protocols/Xfire/src/all_statusmsg.cpp index 7f349b8261..e73a3e89f0 100644 --- a/protocols/Xfire/src/all_statusmsg.cpp +++ b/protocols/Xfire/src/all_statusmsg.cpp @@ -144,7 +144,7 @@ BOOL BackupStatusMsg() { break;
case ID_STATUS_OUTTOLUNCH:
if(db_get(NULL,"SRAway","OtlMsg",&dbv))
- olstatusmsg->push_back(Translate("Mmm...food."));
+ olstatusmsg->push_back(Translate("Mmm... food."));
break;
default:
//nix zumachn, kenn den status nicht
|