diff options
Diffstat (limited to 'kmail/configuredialog.cpp')
-rw-r--r-- | kmail/configuredialog.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/configuredialog.cpp b/kmail/configuredialog.cpp index 771f7a755..549ef94de 100644 --- a/kmail/configuredialog.cpp +++ b/kmail/configuredialog.cpp @@ -1722,10 +1722,10 @@ static const struct { { "PGPMessageErr", I18N_NOOP("OpenPGP Message - Bad Signature") }, { "HTMLWarningColor", I18N_NOOP("Border Around Warning Prepending HTML Messages") }, { "CloseToQuotaColor", I18N_NOOP("Folder Name and Size When Close to Quota") }, - { "ColorbarBackgroundPlain", I18N_NOOP("HTML tqStatus Bar Background - No HTML Message") }, - { "ColorbarForegroundPlain", I18N_NOOP("HTML tqStatus Bar Foreground - No HTML Message") }, - { "ColorbarBackgroundHTML", I18N_NOOP("HTML tqStatus Bar Background - HTML Message") }, - { "ColorbarForegroundHTML", I18N_NOOP("HTML tqStatus Bar Foreground - HTML Message") }, + { "ColorbarBackgroundPlain", I18N_NOOP("HTML Status Bar Background - No HTML Message") }, + { "ColorbarForegroundPlain", I18N_NOOP("HTML Status Bar Foreground - No HTML Message") }, + { "ColorbarBackgroundHTML", I18N_NOOP("HTML Status Bar Background - HTML Message") }, + { "ColorbarForegroundHTML", I18N_NOOP("HTML Status Bar Foreground - HTML Message") }, }; static const int numColorNames = sizeof colorNames / sizeof *colorNames; @@ -2226,7 +2226,7 @@ static const BoolConfigEntry showColorbarMode = { }; static const BoolConfigEntry showSpamStatusMode = { - "Reader", "showSpamtqStatus", I18N_NOOP("Show s&pam status in fancy headers"), true + "Reader", "showSpamStatus", I18N_NOOP("Show s&pam status in fancy headers"), true }; static const BoolConfigEntry showEmoticons = { |