From 37048fac02bf4cbec6924f383246cd7f92133467 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 27 Oct 2013 13:36:07 +0000 Subject: removed unneeded spaces, etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@6644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdaway/sendmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/stdaway/sendmsg.cpp') 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; -- cgit v1.2.3