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

List:       kde-commits
Subject:    kdelibs/kate/part (silent)
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2005-01-28 12:23:57
Message-ID: 20050128122357.EB8E71C39E () office ! kde ! org
[Download RAW message or body]

CVS commit by coles: 



CVS_SILENT

Corrected typos.


  M +11 -11    katefiletype.cpp   1.30


--- kdelibs/kate/part/katefiletype.cpp  #1.29:1.30
@@ -316,28 +316,28 @@ KateFileTypeConfigTab::KateFileTypeConfi
   connect( priority, SIGNAL( valueChanged ( int ) ), this, SLOT( slotChanged() ) );
 
-  QWhatsThis::add( btnnew, i18n("Create a new file type") );
-  QWhatsThis::add( btndel, i18n("Delete the current file type") );
+  QWhatsThis::add( btnnew, i18n("Create a new file type.") );
+  QWhatsThis::add( btndel, i18n("Delete the current file type.") );
   QWhatsThis::add( name, i18n(
-      "The name of the filetype will be the text of the corresponding menu item") );
+      "The name of the filetype will be the text of the corresponding menu item.") );
   QWhatsThis::add( section, i18n(
-      "The section name is used to organize the file types in menus") );
+      "The section name is used to organize the file types in menus.") );
   QWhatsThis::add( varLine, i18n(
       "<p>This string allows you to configure Kate's settings for the files "
-      "<selected by this mimetype using Kate variables. You can set allmost any "
-      "configuration option, such as highlight, indent-mode, encoding etc.</p>"
+      "selected by this mimetype using Kate variables. You can set almost any "
+      "configuration option, such as highlight, indent-mode, encoding, etc.</p>"
       "<p>For a full list of known variables, see the manual.</p>") );
   QWhatsThis::add( wildcards, i18n(
       "The wildcards mask allows you to select files by filename. A typical "
-      "mask uses an asterisk and the file extension, such as for example "
-      "<code>*.txt; *.text</code>. The string is a semicolon separated list "
+      "mask uses an asterisk and the file extension, for example "
+      "<code>*.txt; *.text</code>. The string is a semicolon-separated list "
       "of masks.") );
   QWhatsThis::add( mimetypes, i18n(
       "The mime type mask allows you to select files by mimetype. The string is "
-      "a semicolon separated list of mimetypes, for example "
+      "a semicolon separated-list of mimetypes, for example "
       "<code>text/plain; text/english</code>.") );
   QWhatsThis::add( btnMTW, i18n(
-      "Displays a wizard that helps you easily select mimetypes") );
+      "Displays a wizard that helps you easily select mimetypes.") );
   QWhatsThis::add( priority, i18n(
-      "Sets a priority for this file type. If more filetypes selects the same "
+      "Sets a priority for this file type. If more than one file type selects the same "
       "file, the one with the highest priority will be used." ) );
 }


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

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