[Libreoffice-commits] core.git: desktop/uiconfig

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Fri Jul 25 01:33:45 PDT 2014


 desktop/uiconfig/ui/extensionmanager.ui |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit d30b19cad446ac16bc1028069c8c8df5ecec352b
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Thu Jul 24 23:19:56 2014 +0200

    Better labels for extension manager
    
    Also align the heading on the left ("Display Extensions")
    
    Change-Id: Ied410032d9212ea2540be01447b175e0122e5707
    Reviewed-on: https://gerrit.libreoffice.org/10524
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui
index 2f10a0b..6fd3a2a 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -108,7 +108,7 @@
                   <object class="GtkAlignment" id="alignment1">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="hexpand">True</property>
+                    <property name="hexpand">False</property>
                     <property name="vexpand">True</property>
                     <property name="xalign">1</property>
                     <property name="top_padding">6</property>
@@ -123,7 +123,7 @@
                         <property name="column_spacing">12</property>
                         <child>
                           <object class="GtkCheckButton" id="shared">
-                            <property name="label" translatable="yes">Shared</property>
+                            <property name="label" translatable="yes">Installed for all users</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
@@ -141,7 +141,7 @@
                         </child>
                         <child>
                           <object class="GtkCheckButton" id="user">
-                            <property name="label" translatable="yes">User</property>
+                            <property name="label" translatable="yes">Installed for current user</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
@@ -159,7 +159,7 @@
                         </child>
                         <child>
                           <object class="GtkCheckButton" id="bundled">
-                            <property name="label" translatable="yes">Installation</property>
+                            <property name="label" translatable="yes">Bundled with LibreOffice</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
@@ -183,7 +183,7 @@
                   <object class="GtkLabel" id="label1">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">Type of Extension</property>
+                    <property name="label" translatable="yes">Display Extensions</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                     </attributes>


More information about the Libreoffice-commits mailing list