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

List:       kde-commits
Subject:    kdereview/mplayerthumbs/src
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-03-07 0:06:26
Message-ID: 1236384386.496385.8847.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 936096 by coles:

Proof-reading.



 M  +1 -1      configDialog.ui  
 M  +1 -1      main.cpp  
 M  +1 -1      mplayerthumbscfg.cpp  


--- trunk/kdereview/mplayerthumbs/src/configDialog.ui #936095:936096
@@ -13,7 +13,7 @@
    <item row="0" column="0" >
     <widget class="QLabel" name="label" >
      <property name="text" >
-      <string>Enter here the path for mplayer executable file.</string>
+      <string>Enter the path for mplayer executable file.</string>
      </property>
     </widget>
    </item>
--- trunk/kdereview/mplayerthumbs/src/main.cpp #936095:936096
@@ -33,7 +33,7 @@
 
 int main(int argc, char **argv)
 {
-    KAboutData about("MPlayerThumbsConfig", 0, \
ki18n(I18N_NOOP("MPlayerThumbsConfig")), version, ki18n(description), +    KAboutData \
about("MPlayerThumbs Configuration Utility", 0, ki18n(I18N_NOOP("MPlayerThumbs \
                Configuration Utility")), version, ki18n(description),
                      KAboutData::License_GPL, ki18n("(C) 2006 Marco Gulino"));
     about.addAuthor( ki18n("Marco Gulino"), KLocalizedString(), \
"marco@kmobiletools.org" );  KCmdLineArgs::init(argc, argv, &about);
--- trunk/kdereview/mplayerthumbs/src/mplayerthumbscfg.cpp #936095:936096
@@ -67,7 +67,7 @@
 }
 
 void MPlayerThumbsConfig::cleanCache() {
-    int doClean = KMessageBox::warningContinueCancel(this, i18n("Cleaning the cache \
will delete all the previously generated thumbnail.\nSince the cache is unique, also \
other file type thumbnails will be deleted.\nDo you really want to clean up the \
cache?") ); +    int doClean = KMessageBox::warningContinueCancel(this, \
i18n("Cleaning the cache will delete all the previously generated thumbnails.\nNote \
that as there is a single common thumbnail cache, the thumbnails for all other file \
types will also be deleted.\nDo you really want to clean up the cache?") );  if \
(doClean!= KMessageBox::Continue ) return;  
     kDebug() << "Cleaning cache from " << thumbnailsDir << endl;


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

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