diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 08:55:00 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 08:55:00 +0000 |
commit | 2196c4c62d9a97e21703836fe41152dc4f14bc48 (patch) | |
tree | 3163bc5f7430bca3f8425b138c2e17356a7948da /protocols/Xfire/src/addgamedialog.cpp | |
parent | adaea748fbc44b9f0889c48bc75f29d794da3351 (diff) |
spelling correction (thanks RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/addgamedialog.cpp')
-rw-r--r-- | protocols/Xfire/src/addgamedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp index 0ea63d9219..af55def988 100644 --- a/protocols/Xfire/src/addgamedialog.cpp +++ b/protocols/Xfire/src/addgamedialog.cpp @@ -698,7 +698,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg, if(!strlen(temp))
{
if(!editgame) delete newgame;
- return MessageBoxA(hwndDlg, Translate("Please select a game exe. Note: If you dont select a launcher exe, the game exe will be used in the game start menu."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
+ return MessageBoxA(hwndDlg, Translate("Please select a game exe. Note: If you don't select a launcher exe, the game exe will be used in the game start menu."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
}
else
{
|