diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-12-12 12:20:58 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-12-12 12:22:08 +0100 |
commit | 3c65cee396d8e761113272daa47d8df17fa5d820 (patch) | |
tree | 6affb9930759ebc3fd0cce6d66d84f43ab210d03 /sfx2 | |
parent | 80612512fe3d681f13b794e84e30072ba149b698 (diff) |
startcenter: Update the button descriptions to the UX team decision.
Change-Id: Ie0813e8faa1cc97aa77fc89659b829226d0e5736
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 42e093f85cb9..adbad28e28d9 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -105,7 +105,7 @@ </child> <child> <object class="GtkButton" id="writer_all"> - <property name="label" translatable="yes">New _Document</property> + <property name="label" translatable="yes">Writer _Document</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -125,7 +125,7 @@ </child> <child> <object class="GtkButton" id="calc_all"> - <property name="label" translatable="yes">New _Spreadsheet</property> + <property name="label" translatable="yes">Calc _Spreadsheet</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -145,7 +145,7 @@ </child> <child> <object class="GtkButton" id="impress_all"> - <property name="label" translatable="yes">New _Presentation</property> + <property name="label" translatable="yes">Impress _Presentation</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -165,7 +165,7 @@ </child> <child> <object class="GtkButton" id="draw_all"> - <property name="label" translatable="yes">New D_rawing</property> + <property name="label" translatable="yes">Draw D_rawing</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -185,7 +185,7 @@ </child> <child> <object class="GtkButton" id="math_all"> - <property name="label" translatable="yes">New For_mula</property> + <property name="label" translatable="yes">Math For_mula</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -205,7 +205,7 @@ </child> <child> <object class="GtkButton" id="database_all"> - <property name="label" translatable="yes">New D_atabase</property> + <property name="label" translatable="yes">Base D_atabase</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |