[gnome-packagekit] Fix progress label in Software Sources



commit 1a55b837236fed01bf9b419e7f2d8c3e0972f785
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Dec 22 14:04:04 2013 -0600

    Fix progress label in Software Sources
    
    Since progress messages were removed, the fallback message "Another
    action is currently in progress" is shown instead. Use a more generic
    message to be more accurate.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720916

 data/gpk-prefs.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gpk-prefs.ui b/data/gpk-prefs.ui
index 0cff5c4..f4f38a2 100644
--- a/data/gpk-prefs.ui
+++ b/data/gpk-prefs.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 on Mon Nov  4 15:48:56 2013 -->
+<!-- Generated with glade 3.16.0 on Sun Dec 22 14:07:46 2013 -->
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkDialog" id="dialog_prefs">
@@ -147,7 +147,7 @@
                   <object class="GtkLabel" id="label_status">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label">Another action is in progress.</property>
+                    <property name="label">Action in progress…</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                     </attributes>


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