diff options
Diffstat (limited to 'protocols/Xfire/src/all_statusmsg.cpp')
-rw-r--r-- | protocols/Xfire/src/all_statusmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/all_statusmsg.cpp b/protocols/Xfire/src/all_statusmsg.cpp index 7f349b8261..e73a3e89f0 100644 --- a/protocols/Xfire/src/all_statusmsg.cpp +++ b/protocols/Xfire/src/all_statusmsg.cpp @@ -144,7 +144,7 @@ BOOL BackupStatusMsg() { break;
case ID_STATUS_OUTTOLUNCH:
if(db_get(NULL,"SRAway","OtlMsg",&dbv))
- olstatusmsg->push_back(Translate("Mmm...food."));
+ olstatusmsg->push_back(Translate("Mmm... food."));
break;
default:
//nix zumachn, kenn den status nicht
|