diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-07-24 23:19:56 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-25 08:33:15 +0000 |
commit | d30b19cad446ac16bc1028069c8c8df5ecec352b (patch) | |
tree | 324613149b83426101c9300450d6a9ad3d2484d9 /desktop/uiconfig | |
parent | 2295697df9c66f4b19d6874106729fede51ec93d (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/uiconfig')
-rw-r--r-- | desktop/uiconfig/ui/extensionmanager.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index 2f10a0bb8893..6fd3a2a47fa4 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> |