diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-06-22 20:57:10 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-23 09:01:25 +0000 |
commit | 171efcb7acf367e8db53694489815452d2a9894a (patch) | |
tree | d3a72c90692cf2daa5355e9fa00d92fd8312e8b2 /starmath | |
parent | 5232d01ee5afea97b80da39b082012ee4c1a1409 (diff) |
fdo#76203 - use consistent titlecase for UI title labels
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9
Reviewed-on: https://gerrit.libreoffice.org/9858
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/ui/fontsizedialog.ui | 2 | ||||
-rw-r--r-- | starmath/uiconfig/smath/ui/fonttypedialog.ui | 4 | ||||
-rw-r--r-- | starmath/uiconfig/smath/ui/smathsettings.ui | 6 | ||||
-rw-r--r-- | starmath/uiconfig/smath/ui/spacingdialog.ui | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/starmath/uiconfig/smath/ui/fontsizedialog.ui b/starmath/uiconfig/smath/ui/fontsizedialog.ui index b9f7b50c1b38..6ebdb4d366fb 100644 --- a/starmath/uiconfig/smath/ui/fontsizedialog.ui +++ b/starmath/uiconfig/smath/ui/fontsizedialog.ui @@ -332,7 +332,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Relative sizes</property> + <property name="label" translatable="yes">Relative Sizes</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/starmath/uiconfig/smath/ui/fonttypedialog.ui b/starmath/uiconfig/smath/ui/fonttypedialog.ui index b31f04572e5c..15a7a1e8bb62 100644 --- a/starmath/uiconfig/smath/ui/fonttypedialog.ui +++ b/starmath/uiconfig/smath/ui/fonttypedialog.ui @@ -260,7 +260,7 @@ <object class="GtkLabel" id="formulaL"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Formula fonts</property> + <property name="label" translatable="yes">Formula Fonts</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -397,7 +397,7 @@ <object class="GtkLabel" id="customL"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Custom fonts</property> + <property name="label" translatable="yes">Custom Fonts</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/starmath/uiconfig/smath/ui/smathsettings.ui b/starmath/uiconfig/smath/ui/smathsettings.ui index 1b983c291729..02b31a9739ab 100644 --- a/starmath/uiconfig/smath/ui/smathsettings.ui +++ b/starmath/uiconfig/smath/ui/smathsettings.ui @@ -89,7 +89,7 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Print options</property> + <property name="label" translatable="yes">Print Options</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -206,7 +206,7 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Print format</property> + <property name="label" translatable="yes">Print Format</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -277,7 +277,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Miscellaneous options</property> + <property name="label" translatable="yes">Miscellaneous Options</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/starmath/uiconfig/smath/ui/spacingdialog.ui b/starmath/uiconfig/smath/ui/spacingdialog.ui index e5e93919e758..167949f4f246 100644 --- a/starmath/uiconfig/smath/ui/spacingdialog.ui +++ b/starmath/uiconfig/smath/ui/spacingdialog.ui @@ -924,7 +924,7 @@ <object class="GtkLabel" id="4title"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Fraction bar</property> + <property name="label" translatable="yes">Fraction Bar</property> <property name="use_underline">True</property> <attributes> <attribute name="weight" value="bold"/> |