diff options
Diffstat (limited to 'src/notifications.h')
-rw-r--r-- | src/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications.h b/src/notifications.h index 91d40d10b..a8ac55e0e 100644 --- a/src/notifications.h +++ b/src/notifications.h @@ -186,7 +186,7 @@ namespace NotifyManager {N_("All whispers ignore failed."), EMPTY}, {N_("All whispers unignored."), EMPTY}, {N_("All whispers unignore failed."), EMPTY}, - {N_("%s"), STRING}, + {"%s", STRING}, {N_("pvp off, gvg off"), SPEECH}, {N_("pvp on"), SPEECH}, {N_("gvg on"), SPEECH}, |