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 /cui/uiconfig/ui/insertfloatingframe.ui | |
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 'cui/uiconfig/ui/insertfloatingframe.ui')
-rw-r--r-- | cui/uiconfig/ui/insertfloatingframe.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/insertfloatingframe.ui b/cui/uiconfig/ui/insertfloatingframe.ui index f4be541a3eb3..b7ebc197362a 100644 --- a/cui/uiconfig/ui/insertfloatingframe.ui +++ b/cui/uiconfig/ui/insertfloatingframe.ui @@ -189,7 +189,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Scroll bar</property> + <property name="label" translatable="yes">Scroll Bar</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -394,7 +394,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Spacing to contents</property> + <property name="label" translatable="yes">Spacing to Contents</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |