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

List:       kde-commits
Subject:    kdeadmin/ksysv
From:       Roberto Selbach Teixeira <maragato () kde ! org>
Date:       2003-10-21 22:17:29
[Download RAW message or body]

CVS commit by maragato: 

Changing "directory" to "folder" as discussed on kde-i18n-doc and core-devel


  M +1 -1      OldView.cpp   1.120
  M +4 -4      PreferencesDialog.cpp   1.21


--- kdeadmin/ksysv/OldView.cpp  #1.119:1.120
@@ -954,5 +954,5 @@ void KSVContent::multiplexEnabled (bool 
            .arg (kapp->aboutData()->programName())
            .arg (kapp->aboutData()->programName()),
-           i18n("Directory Does Not Exist"));
+           i18n("Folder Does Not Exist"));
 
         if ( choice == KMessageBox::Yes )

--- kdeadmin/ksysv/PreferencesDialog.cpp  #1.20:1.21
@@ -143,9 +143,9 @@ bool KSVPreferences::checkPaths ()
   if (!QDir(mPathConfig->mServicesPath->text()).exists())
     result = (KMessageBox::warningContinueCancel(this,
-                                                 i18n ("The service directory you specified does "
+                                                 i18n ("The service folder you specified does "
                                                        "not exist.\n"
                                                        "You can continue if you want to, "
                                                        "or you can click Cancel "
-                                                       "to select a new directory."),
+                                                       "to select a new folder."),
                                                  i18n ("Warning"))
               != KMessageBox::Cancel);
@@ -154,9 +154,9 @@ bool KSVPreferences::checkPaths ()
     result = result
       && (KMessageBox::warningContinueCancel(this,
-                                             i18n ("The runlevel directory you specified does "
+                                             i18n ("The runlevel folder you specified does "
                                                    "not exist.\n"
                                                    "You can continue if you want to, "
                                                    "or you can click Cancel "
-                                                   "to select a new directory."),
+                                                   "to select a new folder."),
                                              i18n ("Warning"),
                                              i18n ("Continue"))


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

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