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 /xmlsecurity | |
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 'xmlsecurity')
-rw-r--r-- | xmlsecurity/uiconfig/ui/securitytrustpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/uiconfig/ui/securitytrustpage.ui b/xmlsecurity/uiconfig/ui/securitytrustpage.ui index 9b2cc18c4ce6..9e464d23c459 100644 --- a/xmlsecurity/uiconfig/ui/securitytrustpage.ui +++ b/xmlsecurity/uiconfig/ui/securitytrustpage.ui @@ -169,7 +169,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Trusted certificates</property> + <property name="label" translatable="yes">Trusted Certificates</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -318,7 +318,7 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Trusted file locations</property> + <property name="label" translatable="yes">Trusted File Locations</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |