[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kate/part (silent)
From:       Stephan Binner <binner () kde ! org>
Date:       2003-02-22 10:00:08
[Download RAW message or body]

CVS commit by binner: 

CVS_SILENT i18n style guide fixes


  M +2 -2      katedocument.cpp   1.426
  M +5 -5      kateviewdialog.cpp   1.84


--- kdelibs/kate/part/katedocument.cpp  #1.425:1.426
@@ -504,5 +504,5 @@ QString KateDocument::configPageFullName
 
     case 9:
-      return i18n("Saving and Backups");
+      return i18n("Saving & Backups");
 
     default:

--- kdelibs/kate/part/kateviewdialog.cpp  #1.83:1.84
@@ -382,6 +382,6 @@ ViewDefaultsConfig::ViewDefaultsConfig(Q
 
         QVBoxLayout *blay=new QVBoxLayout(this,KDialog::spacingHint());
-  m_dynwrap=new QCheckBox(i18n("&Dynamic Word Wrap"),this);
-  m_wwmarker = new QCheckBox( i18n("Show Word Wrap Marker (if applicable)"), this ); 
+  m_dynwrap=new QCheckBox(i18n("&Dynamic word wrap"),this);
+  m_wwmarker = new QCheckBox( i18n("Show word wrap marker (if applicable)"), this ); 
         m_line=new QCheckBox(i18n("Show &line numbers"),this);
         m_icons=new QCheckBox(i18n("Show &icon border"),this);
@@ -649,6 +649,6 @@ SaveConfigTab::SaveConfigTab( QWidget *p
   QGroupBox *gb = new QGroupBox( 1, Qt::Horizontal, i18n("Backup on Save"), this );
   layout->addWidget( gb );
-  cbLocalFiles = new QCheckBox( i18n("&Local Files"), gb );
-  cbRemoteFiles = new QCheckBox( i18n("&Remote Files"), gb );
+  cbLocalFiles = new QCheckBox( i18n("&Local files"), gb );
+  cbRemoteFiles = new QCheckBox( i18n("&Remote files"), gb );
   QHBox *hbBuSuffix = new QHBox( gb );
   QLabel *lBuSuffix = new QLabel( i18n("&Suffix:"), hbBuSuffix );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic