From a7e1a4fafc8ea93a560deee61ccb9487f4324a71 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sat, 5 Feb 2005 18:02:12 +0000 Subject: [PATCH] CVS_SILENT i18n style guide fixes svn path=/trunk/kdepim/; revision=386464 --- configuredialog.cpp | 8 ++++---- expirypropertiesdialog.cpp | 2 +- kmsearchpattern.cpp | 2 +- kmsearchpattern.h | 2 +- recipientspicker.cpp | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configuredialog.cpp b/configuredialog.cpp index 6a27f3638..469f103d4 100644 --- a/configuredialog.cpp +++ b/configuredialog.cpp @@ -1912,7 +1912,7 @@ static const struct { { I18N_NOOP("Sta&ndard format (%1)"), KMime::DateFormatter::CTime }, { I18N_NOOP("Locali&zed format (%1)"), KMime::DateFormatter::Localized }, { I18N_NOOP("Fancy for&mat (%1)"), KMime::DateFormatter::Fancy }, - { I18N_NOOP("C&ustom format (Shift+F1 for help)"), + { I18N_NOOP("C&ustom format (Shift+F1 for help):"), KMime::DateFormatter::Custom } }; static const int numDateDisplayConfig = @@ -4183,11 +4183,11 @@ MiscPageFolderTab::MiscPageFolderTab( QWidget * parent, const char * name ) "When entering a folder:"), this ); mActionEnterFolder->insertStringList( QStringList() << i18n("continuation of \"When entering a folder:\"", - "Jump to first new message") + "Jump to First New Message") << i18n("continuation of \"When entering a folder:\"", - "Jump to first unread or new message") + "Jump to First Unread or New Message") << i18n("continuation of \"When entering a folder:\"", - "Jump to last selected message")); + "Jump to Last Selected Message")); hlay->addWidget( label ); hlay->addWidget( mActionEnterFolder, 1 ); connect( mActionEnterFolder, SIGNAL( activated( int ) ), diff --git a/expirypropertiesdialog.cpp b/expirypropertiesdialog.cpp index e244a6256..9ed864dd8 100644 --- a/expirypropertiesdialog.cpp +++ b/expirypropertiesdialog.cpp @@ -94,7 +94,7 @@ ExpiryPropertiesDialog::ExpiryPropertiesDialog( KMFolderTree* tree, KMFolder* fo actionsGroup->insert( moveToRB ); connect( moveToRB, SIGNAL( toggled( bool ) ), this, SLOT( slotUpdateControls() ) ); - moveToRB->setText( i18n( "Move To" ) ); + moveToRB->setText( i18n( "Move to:" ) ); moveToHBox->addWidget( moveToRB ); folderSelector = new KMail::FolderRequester( privateLayoutWidget, tree ); diff --git a/kmsearchpattern.cpp b/kmsearchpattern.cpp index edf3d1566..8810164fe 100644 --- a/kmsearchpattern.cpp +++ b/kmsearchpattern.cpp @@ -614,7 +614,7 @@ KMMsgStatus KMSearchRuleStatus::statusFromEnglishName( status = KMMsgStatusSpam; if ( ! aStatusString.compare("Ham") ) status = KMMsgStatusHam; - if ( ! aStatusString.compare("Has an Attachment") ) + if ( ! aStatusString.compare("Has Attachment") ) status = KMMsgStatusHasAttach; return status; diff --git a/kmsearchpattern.h b/kmsearchpattern.h index 83aa41f8e..af31839df 100644 --- a/kmsearchpattern.h +++ b/kmsearchpattern.h @@ -233,7 +233,7 @@ namespace KMail { { I18N_NOOP( "Ignored" ), "kmmsgignored" }, { I18N_NOOP( "Spam" ), "mark_as_spam" }, { I18N_NOOP( "Ham" ), "mark_as_ham" }, - { I18N_NOOP( "Has an Attachment"), "attach" }, + { I18N_NOOP( "Has Attachment"), "attach" }, { I18N_NOOP( "To Do" ), "kontact_todo" } }; diff --git a/recipientspicker.cpp b/recipientspicker.cpp index 3696a6687..17f3ad27a 100644 --- a/recipientspicker.cpp +++ b/recipientspicker.cpp @@ -257,7 +257,7 @@ RecipientsPicker::RecipientsPicker( QWidget *parent ) QBoxLayout *resLayout = new QHBoxLayout( topLayout ); - QLabel *label = new QLabel( i18n("AddressBook:"), this ); + QLabel *label = new QLabel( i18n("Address book:"), this ); resLayout->addWidget( label ); mCollectionCombo = new QComboBox( this );