File apper-ui-fixes.diff of Package apper

diff --git a/ApperKCM/ApperKCM.ui b/ApperKCM/ApperKCM.ui
index 20ab2cd..3a59269 100644
--- a/ApperKCM/ApperKCM.ui
+++ b/ApperKCM/ApperKCM.ui
@@ -124,7 +124,7 @@
           <bool>false</bool>
          </property>
          <property name="text">
-          <string>Pending Changes</string>
+          <string>Pending changes</string>
          </property>
          <property name="flat">
           <bool>true</bool>
@@ -158,7 +158,7 @@
        <item>
         <widget class="QPushButton" name="checkUpdatesPB">
          <property name="text">
-          <string>Check for new Updates</string>
+          <string>Check for new updates</string>
          </property>
          <property name="flat">
           <bool>true</bool>
@@ -192,7 +192,7 @@
        <item>
         <widget class="QPushButton" name="generalSettingsPB">
          <property name="text">
-          <string>General Settings</string>
+          <string>General</string>
          </property>
          <property name="checkable">
           <bool>true</bool>
@@ -211,7 +211,7 @@
        <item>
         <widget class="QPushButton" name="repoSettingsPB">
          <property name="text">
-          <string>Software Origins</string>
+          <string>Repositories</string>
          </property>
          <property name="checkable">
           <bool>true</bool>
diff --git a/libapper/ApplicationLauncher.cpp b/libapper/ApplicationLauncher.cpp
index 0aeda8b..d1e2014 100644
--- a/libapper/ApplicationLauncher.cpp
+++ b/libapper/ApplicationLauncher.cpp
@@ -34,7 +34,7 @@ ApplicationLauncher::ApplicationLauncher(QWidget *parent) :
     ui->setupUi(mainWidget());
     connect(ui->showCB, SIGNAL(toggled(bool)), this, SLOT(on_showCB_toggled(bool)));
     setObjectName("ApplicationLauncher");
-
+    setCaption(i18n("Application Installed")); 
     connect(ui->kdialogbuttonbox, SIGNAL(rejected()), this, SLOT(accept()));
     setButtons(KDialog::None);
     setWindowIcon(KIcon("task-complete"));
diff --git a/libapper/PkStrings.cpp b/libapper/PkStrings.cpp
index 14997b9..db52ca6 100644
--- a/libapper/PkStrings.cpp
+++ b/libapper/PkStrings.cpp
@@ -570,8 +570,8 @@ QString PkStrings::errorMessage(Transaction::Error error)
         return i18n("An error occurred while running the transaction.\n"
                     "More information is available in the detailed report.");
     case Transaction::ErrorRepoNotFound :
-        return i18n("The remote software origin name was not found.\n"
-                    "You may need to enable an item in Software Origins.");
+        return i18n("The software repository was not found.\n"
+                    "You may need to enable it in Settings->Repositories.");
     case Transaction::ErrorCannotRemoveSystemPackage :
         return i18n("Removing a protected system package is not allowed.");
     case Transaction::ErrorTransactionCancelled :
openSUSE Build Service is sponsored by