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 /svx/uiconfig | |
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 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/chineseconversiondialog.ui | 4 | ||||
-rw-r--r-- | svx/uiconfig/ui/docrecoveryprogressdialog.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/fontworkgallerydialog.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/optgridpage.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/passwd.ui | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/svx/uiconfig/ui/chineseconversiondialog.ui b/svx/uiconfig/ui/chineseconversiondialog.ui index 0b9f81276bb2..07f6e59b75b5 100644 --- a/svx/uiconfig/ui/chineseconversiondialog.ui +++ b/svx/uiconfig/ui/chineseconversiondialog.ui @@ -141,7 +141,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Conversion direction</property> + <property name="label" translatable="yes">Conversion Direction</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -219,7 +219,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Common terms</property> + <property name="label" translatable="yes">Common Terms</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/svx/uiconfig/ui/docrecoveryprogressdialog.ui b/svx/uiconfig/ui/docrecoveryprogressdialog.ui index fb98d64d9b52..26c3dc4bf737 100644 --- a/svx/uiconfig/ui/docrecoveryprogressdialog.ui +++ b/svx/uiconfig/ui/docrecoveryprogressdialog.ui @@ -82,7 +82,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Documents are being saved.</property> + <property name="label" translatable="yes">Documents Are Being Saved.</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index 82a08d5f4e92..9b8cd8c78665 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -462,7 +462,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="no">component label</property> + <property name="label" translatable="no">Component Label</property> <property name="use_underline">True</property> <attributes> <attribute name="weight" value="bold"/> diff --git a/svx/uiconfig/ui/fontworkgallerydialog.ui b/svx/uiconfig/ui/fontworkgallerydialog.ui index 0a52026a8182..2a87b160960e 100644 --- a/svx/uiconfig/ui/fontworkgallerydialog.ui +++ b/svx/uiconfig/ui/fontworkgallerydialog.ui @@ -100,7 +100,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Select a Fontwork style</property> + <property name="label" translatable="yes">Select a Fontwork Style</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/svx/uiconfig/ui/optgridpage.ui b/svx/uiconfig/ui/optgridpage.ui index 523144194567..0908713b4348 100644 --- a/svx/uiconfig/ui/optgridpage.ui +++ b/svx/uiconfig/ui/optgridpage.ui @@ -702,7 +702,7 @@ <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Snap position</property> + <property name="label" translatable="yes">Snap Position</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/svx/uiconfig/ui/passwd.ui b/svx/uiconfig/ui/passwd.ui index bc63ed0607bb..8212a271b396 100644 --- a/svx/uiconfig/ui/passwd.ui +++ b/svx/uiconfig/ui/passwd.ui @@ -130,7 +130,7 @@ <object class="GtkLabel" id="oldpass"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Old password</property> + <property name="label" translatable="yes">Old Password</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -232,7 +232,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">New password</property> + <property name="label" translatable="yes">New Password</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |