diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:32:54 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:32:54 +0000 |
commit | 05d7641afd10c5af6cb8b5bef34a5e86a001c2d2 (patch) | |
tree | 4b37cb63582d19658cc59a9302ac7f37b9861373 /protocols/Xfire/src/Xfire_gamelist.cpp | |
parent | defe4cc2bf3f06c3362248adad611b752d815f10 (diff) |
Xfire: spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@6562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/Xfire_gamelist.cpp')
-rw-r--r-- | protocols/Xfire/src/Xfire_gamelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/Xfire_gamelist.cpp b/protocols/Xfire/src/Xfire_gamelist.cpp index 61cca456a5..7298ff5e91 100644 --- a/protocols/Xfire/src/Xfire_gamelist.cpp +++ b/protocols/Xfire/src/Xfire_gamelist.cpp @@ -248,7 +248,7 @@ void Xfire_gamelist::createDummyMenuItem() {
CLISTMENUITEM mi = { sizeof(mi) };
mi.position = 500090001;
- mi.pszName = Translate("Please wait ...");
+ mi.pszName = Translate("Please wait...");
mi.hIcon = LoadIcon(hinstance,MAKEINTRESOURCE(ID_OP));
mi.popupPosition = 500084000;
mi.pszPopupName = Translate("Start game");
|