summaryrefslogtreecommitdiff
path: root/src/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-07 19:22:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-07 21:38:21 +0300
commite7d34cc22d3bfd0dd44b014af1bd5fdc891141aa (patch)
treef7fa5a490a99cd4c08d051f44154d5d0e4d26222 /src/notifications.h
parentffeffa2314dbe03e0ced58e0c465760b54908690 (diff)
downloadplus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.tar.gz
plus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.tar.bz2
plus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.tar.xz
plus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.zip
fix more style, add consts.
Diffstat (limited to 'src/notifications.h')
-rw-r--r--src/notifications.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notifications.h b/src/notifications.h
index 981b6ecc6..b87b73670 100644
--- a/src/notifications.h
+++ b/src/notifications.h
@@ -187,7 +187,8 @@ namespace NotifyManager
{"party invite done",
N_("%s is now a member of your party."), PARTY_STRING},
{"party invite full",
- N_("%s can't join your party because party is full."), PARTY_STRING},
+ N_("%s can't join your party because party is full."),
+ PARTY_STRING},
{"party invite error",
N_("QQQ Unknown invite response for %s."), PARTY_STRING},
{"party exp sharing on",