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

List:       kde-commits
Subject:    kdegraphics/kuickshow/src
From:       Roberto Selbach Teixeira <maragato () kde ! org>
Date:       2003-10-21 23:16:02
[Download RAW message or body]

CVS commit by maragato: 

- Change "directory" to "folder" as discussed on kde-i18n-doc and core-devel
- Also changes the option "lastdir" to "lastfolder". Hope it's ok...


  M +1 -1      generalwidget.cpp   1.11
  M +2 -2      kuickshow.cpp   1.77
  M +2 -2      main.cpp   1.10


--- kdegraphics/kuickshow/src/generalwidget.cpp  #1.10:1.11
@@ -56,5 +56,5 @@ GeneralWidget::GeneralWidget( QWidget *p
 
   cbPreload = new QCheckBox( i18n("Preload next image"), this, "preload");
-  cbLastdir = new QCheckBox( i18n("Remember last directory"), this, "restart_lastdir");
+  cbLastdir = new QCheckBox( i18n("Remember last folder"), this, "restart_lastdir");
 
   QGridLayout *gridLayout = new QGridLayout( 2, 2 );

--- kdegraphics/kuickshow/src/kuickshow.cpp  #1.76:1.77
@@ -163,5 +163,5 @@ KuickShow::KuickShow( const char *name )
     }
 
-    if ( (kdata->startInLastDir && args->count() == 0) || args->isSet( "lastdir" )) {
+    if ( (kdata->startInLastDir && args->count() == 0) || args->isSet( "lastfolder" )) {
         kc->setGroup( "SessionSettings");
         startDir = kc->readPathEntry( "CurrentDirectory", startDir.url() );
@@ -1153,5 +1153,5 @@ void KuickShow::slotOpenURL()
     KFileDialog dlg(QString::null, kdata->fileFilter, this, "filedialog", true);
     dlg.setMode( KFile::Files | KFile::Directory );
-    dlg.setCaption( i18n("Select Files or Directory to Open") );
+    dlg.setCaption( i18n("Select Files or Folder to Open") );
 
     if ( dlg.exec() == QDialog::Accepted )

--- kdegraphics/kuickshow/src/main.cpp  #1.9:1.10
@@ -30,5 +30,5 @@
 static KCmdLineOptions options[] =
 {
-    { "lastdir", I18N_NOOP("Start in the last visited directory, not the "
+    { "lastfolder", I18N_NOOP("Start in the last visited folder, not the "
                            "current working directory"), 0 },
     { "d", 0, 0 }, // short option for --lastdir


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

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