diff options
author | vsfoote <vstuart.foote@utsa.edu> | 2015-07-06 17:58:35 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-07 10:26:18 +0000 |
commit | 3b355fca41dcfc94809fcdbbf31234a6abf86444 (patch) | |
tree | 94fb239472df5504fec52faf730cc9f147ed56f0 /sfx2 | |
parent | 4d0e9102d890ce0085986ca3946aeb8d99769b4a (diff) |
tdf#91776 Rework StartCenter accelerators, use first letter of module names
Change-Id: I4ae245b413203417ef9758463f1e9f205a6bf01d
Reviewed-on: https://gerrit.libreoffice.org/16807
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 57b71986bbd8..b02387a0f568 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -203,7 +203,7 @@ </child> <child> <object class="GtkButton" id="writer_all"> - <property name="label" translatable="yes">Writer _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> @@ -223,7 +223,7 @@ </child> <child> <object class="GtkButton" id="calc_all"> - <property name="label" translatable="yes">Calc _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> @@ -243,7 +243,7 @@ </child> <child> <object class="GtkButton" id="impress_all"> - <property name="label" translatable="yes">Impress _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> @@ -263,7 +263,7 @@ </child> <child> <object class="GtkButton" id="draw_all"> - <property name="label" translatable="yes">Draw D_rawing</property> + <property name="label" translatable="yes">_Draw Drawing</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -283,7 +283,7 @@ </child> <child> <object class="GtkButton" id="math_all"> - <property name="label" translatable="yes">Math For_mula</property> + <property name="label" translatable="yes">_Math Formula</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -303,7 +303,7 @@ </child> <child> <object class="GtkButton" id="database_all"> - <property name="label" translatable="yes">Base D_atabase</property> + <property name="label" translatable="yes">_Base Database</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |