summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/main.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-10-05 08:55:00 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-10-05 08:55:00 +0000
commit2196c4c62d9a97e21703836fe41152dc4f14bc48 (patch)
tree3163bc5f7430bca3f8425b138c2e17356a7948da /protocols/Xfire/src/main.cpp
parentadaea748fbc44b9f0889c48bc75f29d794da3351 (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/main.cpp')
-rw-r--r--protocols/Xfire/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp
index f75e74f5e7..b1249b8b69 100644
--- a/protocols/Xfire/src/main.cpp
+++ b/protocols/Xfire/src/main.cpp
@@ -3449,7 +3449,7 @@ INT_PTR RemoveFriend(WPARAM wParam,LPARAM lParam) {
if(!db_get_s((HANDLE)wParam, protocolname, "Username",&dbv))
{
- mir_snprintf(temp, SIZEOF(temp), Translate("Do you really want delete your friend %s?"), dbv.pszVal);
+ mir_snprintf(temp, SIZEOF(temp), Translate("Do you really want to delete your friend %s?"), dbv.pszVal);
if(MessageBoxA(NULL,temp,Translate("Confirm Delete"),MB_YESNO|MB_ICONQUESTION)==IDYES)
{
if(myClient!=NULL)