diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-11-13 14:31:05 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-11-16 14:51:50 +0100 |
commit | fcbf3841c534aa7a96e0ff893ecc1c1c4af961e5 (patch) | |
tree | c8d402ef58e807c4f27efe273b1580f1c727dce1 /sw/uiconfig/swriter | |
parent | ae4a9d5cc50d94f3180ce3e5d3793c0a403074cd (diff) |
Related tdf#139031: add missing colons
Reporter mentioned a bunch of missing colons across the UI.
Change-Id: I278d0ad7073fb399c979f0fc52adc306f51ae49d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125147
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/optcomparison.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/viewoptionspage.ui | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/optcomparison.ui b/sw/uiconfig/swriter/ui/optcomparison.ui index 7f52143f119b..62d228c252e3 100644 --- a/sw/uiconfig/swriter/ui/optcomparison.ui +++ b/sw/uiconfig/swriter/ui/optcomparison.ui @@ -110,7 +110,7 @@ <property name="margin-top">6</property> <child> <object class="GtkCheckButton" id="ignore"> - <property name="label" translatable="yes" context="optcomparison|ignore">Ignore _pieces of length</property> + <property name="label" translatable="yes" context="optcomparison|ignore">Ignore _pieces of length:</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> diff --git a/sw/uiconfig/swriter/ui/viewoptionspage.ui b/sw/uiconfig/swriter/ui/viewoptionspage.ui index a4e56ac930d9..69dd85ed86ab 100644 --- a/sw/uiconfig/swriter/ui/viewoptionspage.ui +++ b/sw/uiconfig/swriter/ui/viewoptionspage.ui @@ -393,7 +393,7 @@ <property name="column-spacing">12</property> <child> <object class="GtkCheckButton" id="vruler"> - <property name="label" translatable="yes" context="viewoptionspage|vruler">Verti_cal ruler</property> + <property name="label" translatable="yes" context="viewoptionspage|vruler">Verti_cal ruler:</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -467,7 +467,7 @@ <object class="GtkLabel" id="hruler"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="viewoptionspage|hruler">Hori_zontal ruler</property> + <property name="label" translatable="yes" context="viewoptionspage|hruler">Hori_zontal ruler:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">hrulercombobox</property> <property name="ellipsize">end</property> @@ -541,7 +541,7 @@ <object class="GtkLabel" id="measureunitlabel"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="viewoptionspage|measureunitlabel">Measurement unit</property> + <property name="label" translatable="yes" context="viewoptionspage|measureunitlabel">Measurement unit:</property> </object> <packing> <property name="left-attach">0</property> |