[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. 36e78d76c1575b72a20ce03b69ee65723e98932c

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Mar 2 22:24:45 UTC 2009


The following commit has been merged in the master branch:
commit 36e78d76c1575b72a20ce03b69ee65723e98932c
Author: Ana Guerrero <ana at ekaia.org>
Date:   Mon Mar 2 23:23:39 2009 +0100

    Fix typo

diff --git a/kaboom_ca.ts b/kaboom_ca.ts
index e1cde0f..c9453cc 100644
--- a/kaboom_ca.ts
+++ b/kaboom_ca.ts
@@ -89,7 +89,7 @@
     </message>
     <message>
         <location filename="migrationpage.cpp" line="32"/>
-        <source>Errors occured</source>
+        <source>Errors occurred</source>
         <translation>Errors en el procés</translation>
     </message>
     <message>
diff --git a/kaboom_da.ts b/kaboom_da.ts
index 491871b..16ce12b 100644
--- a/kaboom_da.ts
+++ b/kaboom_da.ts
@@ -108,7 +108,7 @@
     </message>
     <message>
         <location filename="migrationpage.cpp" line="32"/>
-        <source>Errors occured</source>
+        <source>Errors occurred</source>
         <translation>Der opstod fejl</translation>
     </message>
     <message>
diff --git a/kaboom_es.ts b/kaboom_es.ts
index ff8f96e..d932beb 100644
--- a/kaboom_es.ts
+++ b/kaboom_es.ts
@@ -89,7 +89,7 @@
     </message>
     <message>
         <location filename="migrationpage.cpp" line="32"/>
-        <source>Errors occured</source>
+        <source>Errors occurred</source>
         <translation>Se encontró un problema</translation>
     </message>
     <message>
diff --git a/kaboom_it.ts b/kaboom_it.ts
index 6d30990..cd87e4a 100644
--- a/kaboom_it.ts
+++ b/kaboom_it.ts
@@ -89,7 +89,7 @@
     </message>
     <message>
         <location filename="migrationpage.cpp" line="32"/>
-        <source>Errors occured</source>
+        <source>Errors occurred</source>
         <translation>Errori</translation>
     </message>
     <message>
diff --git a/migrationpage.cpp b/migrationpage.cpp
index 50dad57..4771bd5 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -30,7 +30,7 @@ MigrationPagePrivate::MigrationPagePrivate(MigrationPage* parent)
   progress=new ProgressWidget(q);
   start = new QPushButton(tr("Start"),q);
   error = new QLabel(q);
-  errorbox = new QGroupBox(tr("Errors occured"),q);
+  errorbox = new QGroupBox(tr("Errors occurred"),q);
   QBoxLayout *errorboxlayout = new QHBoxLayout(errorbox);
   errorboxlayout->addWidget(error);
   errorbox->hide();

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list