summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-20 20:16:56 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-20 20:16:56 +0000
commit7500a9902af50fc6bc2a3325fd35e5ccc9c34b79 (patch)
tree231b8d80386233210c39ab4a8254dd8d8dc7d4ae /protocols
parent88a1453515628386995add0f185181009e23f73c (diff)
oops
git-svn-id: http://svn.miranda-ng.org/main/trunk@6567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Xfire/src/addgamedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp
index 95a1ae863c..fb0f0b9711 100644
--- a/protocols/Xfire/src/addgamedialog.cpp
+++ b/protocols/Xfire/src/addgamedialog.cpp
@@ -619,7 +619,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg,
//fillgames sucht noch
if(dontClose) {
- MessageBoxA(hwndDlg, Translate("Please wait, gamežini will be currently parsed..."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
+ MessageBoxA(hwndDlg, Translate("Please wait, game.ini will be currently parsed..."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
return FALSE;
}