[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kdenonbeta/kdedebian/kalternatives/src (silent)



CVS commit by coles: 



CVS_SILENT

Corrected typos.


  M +7 -7      kalternatives.cpp   1.2


--- kdenonbeta/kdedebian/kalternatives/src/kalternatives.cpp  #1.1:1.2
@@ -186,5 +186,5 @@ kalternatives::kalternatives()
     {
         // Crap ;)
-        KMessageBox::sorry(this, i18n("Kalternatives only work on Debian or Mandrake based systems"), i18n("Wrong System Type"));
+        KMessageBox::sorry(this, i18n("Kalternatives only work on Debian- or Mandrake-based systems"), i18n("Wrong System Type"));
         QTimer::singleShot(0, this, SLOT(die()));
     }
@@ -229,5 +229,5 @@ kalternatives::kalternatives()
     {
         if(KMessageBox::warningContinueCancel(this,
-                    i18n("You are running this program from a non-privileged user account which usually means that you will be unable to apply any selected changes using the Apply button. If you want to commit your changes to the alternatives system please run the program as the root user."), i18n("Non Privileged User")) == KMessageBox::Cancel)
+                    i18n("You are running this program from a non-privileged user account which usually means that you will be unable to apply any selected changes using the Apply button. If you want to commit your changes to the alternatives system please run the program as the root user."), i18n("Non-Privileged User")) == KMessageBox::Cancel)
             QTimer::singleShot(0, this, SLOT(die()));
     }
@@ -295,5 +295,5 @@ void kalternatives::slotAboutClicked()
     dlg->setTitle(i18n("KDE Mandrake/Debian alternatives-system manager"));
     dlg->setAuthor("Juanjo Alvarez Martinez", "juanjo@juanjoalvarez.net",
-                  "http://juanjoalvarez.net";, "\n\nKalternatives -- Mandrake/Debian alternatives system manager");
+                  "http://juanjoalvarez.net";, "\n\nKalternatives -- Mandrake/Debian alternatives-system manager");
     dlg->setVersion(KALT_VERSION);
     dlg->show();
@@ -303,6 +303,6 @@ void kalternatives::slotApplyClicked()
 {
     if(!isRoot) {
-        KMessageBox::information(this, i18n("Non root user"),
-        i18n("You are not the root user. If you want your changed to be applied you have to run this program as root"), i18n("&Ok"));
+        KMessageBox::information(this, i18n("Non-root user"),
+        i18n("You are not the root user; if you want your changes to be applied you have to run this program as root."), i18n("&Ok"));
         return;
     }
@@ -310,5 +310,5 @@ void kalternatives::slotApplyClicked()
     QPtrList<AltItemElement> *forChangeList = getChangedList();
     if (forChangeList->count() == 0) {
-        KMessageBox::information(this, i18n("You didn't change any alternative"), i18n("No change selected"));
+        KMessageBox::information(this, i18n("You did not change any alternatives"), i18n("No change selected"));
         return;
     }
@@ -370,5 +370,5 @@ bool kalternatives::queryClose()
     {
         if (KMessageBox::warningYesNo(this,
-            i18n("Some changes were not applied. Do you want to apply them now?"),
+            i18n("Some changes were not applied; do you want to apply them now?"),
             i18n("Unapplied changes")) != KMessageBox::No);
                 slotApplyClicked();




Reply to: