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 /cui | |
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 'cui')
-rw-r--r-- | cui/uiconfig/ui/numberingformatpage.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/optfltrembedpage.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/optlingupage.ui | 4 | ||||
-rw-r--r-- | cui/uiconfig/ui/optviewpage.ui | 4 | ||||
-rw-r--r-- | cui/uiconfig/ui/paraindentspacing.ui | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index f19a0b797835..c92c42f55749 100644 --- a/cui/uiconfig/ui/numberingformatpage.ui +++ b/cui/uiconfig/ui/numberingformatpage.ui @@ -188,7 +188,7 @@ <object class="GtkLabel" id="formatf"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="numberingformatpage|formatf">_Format code</property> + <property name="label" translatable="yes" context="numberingformatpage|formatf">_Format Code</property> <property name="use_underline">True</property> <property name="mnemonic_widget">formatted</property> <attributes> diff --git a/cui/uiconfig/ui/optfltrembedpage.ui b/cui/uiconfig/ui/optfltrembedpage.ui index 53740a863a72..50e7ee89d6aa 100644 --- a/cui/uiconfig/ui/optfltrembedpage.ui +++ b/cui/uiconfig/ui/optfltrembedpage.ui @@ -355,7 +355,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrembedpage|label5">Lock files</property> + <property name="label" translatable="yes" context="optfltrembedpage|label5">Lock Files</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/cui/uiconfig/ui/optlingupage.ui b/cui/uiconfig/ui/optlingupage.ui index e3172620e90c..3f574d3be664 100644 --- a/cui/uiconfig/ui/optlingupage.ui +++ b/cui/uiconfig/ui/optlingupage.ui @@ -175,7 +175,7 @@ <object class="GtkLabel" id="lingumodulesft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optlingupage|lingumodulesft">_Available language modules</property> + <property name="label" translatable="yes" context="optlingupage|lingumodulesft">_Available Language Modules</property> <property name="use_underline">True</property> <property name="mnemonic_widget">lingumodules</property> <property name="xalign">0</property> @@ -347,7 +347,7 @@ <object class="GtkLabel" id="lingudictsft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optlingupage|lingudictsft">_User-defined dictionaries</property> + <property name="label" translatable="yes" context="optlingupage|lingudictsft">_User-defined Dictionaries</property> <property name="use_underline">True</property> <property name="mnemonic_widget">lingudicts</property> <property name="xalign">0</property> diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui index 340ccfa735f1..f35b31c9b52e 100644 --- a/cui/uiconfig/ui/optviewpage.ui +++ b/cui/uiconfig/ui/optviewpage.ui @@ -394,7 +394,7 @@ <object class="GtkLabel" id="label15"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optviewpage|label1">Icon size</property> + <property name="label" translatable="yes" context="optviewpage|label1">Icon Size</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -473,7 +473,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optviewpage|label1">Icon style</property> + <property name="label" translatable="yes" context="optviewpage|label1">Icon Style</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui index 7ee2107c63bc..da41d8b07f9b 100644 --- a/cui/uiconfig/ui/paraindentspacing.ui +++ b/cui/uiconfig/ui/paraindentspacing.ui @@ -502,7 +502,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="paraindentspacing|label3">Follow Page line spacing</property> + <property name="label" translatable="yes" context="paraindentspacing|label3">Follow Page Line Spacing</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |