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 /src/core | |
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 'src/core')
-rw-r--r-- | src/core/stdaway/sendmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdaway/sendmsg.cpp b/src/core/stdaway/sendmsg.cpp index b25a5ec1c3..42eb87c47b 100644 --- a/src/core/stdaway/sendmsg.cpp +++ b/src/core/stdaway/sendmsg.cpp @@ -48,7 +48,7 @@ static const TCHAR *GetDefaultMessage(int status) case ID_STATUS_OFFLINE: return TranslateT("Nope, not here.");
case ID_STATUS_INVISIBLE: return TranslateT("I'm hiding from the mafia.");
case ID_STATUS_ONTHEPHONE: return TranslateT("That'll be the phone.");
- case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm...food.");
+ case ID_STATUS_OUTTOLUNCH: return TranslateT("Mmm... food.");
case ID_STATUS_IDLE: return TranslateT("idleeeeeeee");
}
return NULL;
|