diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-02 12:35:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-07 08:15:06 +0200 |
commit | 8eff280bc08ec3d7b2312ae4ee48df4d7328b7de (patch) | |
tree | b11a89cba1421add34b22beb98dfeb6cc8bb7bca /vcl/qa | |
parent | 3d056824c687df567c05bf31554fa40ea2baef18 (diff) |
ui files: fix some capitalisation issues
Change-Id: Id2efb6e5f1c115cb31a6afd3f988fe156c5ad56e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103829
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/builder/demo.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/qa/cppunit/builder/demo.ui b/vcl/qa/cppunit/builder/demo.ui index d5784b79f81f..8b457d9c1ba5 100644 --- a/vcl/qa/cppunit/builder/demo.ui +++ b/vcl/qa/cppunit/builder/demo.ui @@ -1121,7 +1121,7 @@ <object class="GtkLabel" id="14"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="no">Zoom factor</property> + <property name="label" translatable="no">Zoom Factor</property> </object> </child> </object> @@ -1257,7 +1257,7 @@ <object class="GtkLabel" id="21"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="no">View layout</property> + <property name="label" translatable="no">View Layout</property> </object> </child> </object> @@ -1815,7 +1815,7 @@ <object class="GtkLabel" id="label32"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="no">Position and spacing</property> + <property name="label" translatable="no">Position and Spacing</property> </object> </child> </object> |