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 | |
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>
-rw-r--r-- | cui/uiconfig/ui/connpooloptions.ui | 2 | ||||
-rw-r--r-- | filter/uiconfig/ui/pdfgeneralpage.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/compressgraphicdialog.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/optcomparison.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/viewoptionspage.ui | 6 |
5 files changed, 7 insertions, 7 deletions
diff --git a/cui/uiconfig/ui/connpooloptions.ui b/cui/uiconfig/ui/connpooloptions.ui index e95aa845f60d..83487e9c9d37 100644 --- a/cui/uiconfig/ui/connpooloptions.ui +++ b/cui/uiconfig/ui/connpooloptions.ui @@ -155,7 +155,7 @@ <object class="GtkLabel" id="timeoutlabel"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="connpooloptions|timeoutlabel">_Timeout (seconds)</property> + <property name="label" translatable="yes" context="connpooloptions|timeoutlabel">_Timeout (seconds):</property> <property name="use_underline">True</property> <property name="mnemonic_widget">timeout</property> <property name="xalign">0</property> diff --git a/filter/uiconfig/ui/pdfgeneralpage.ui b/filter/uiconfig/ui/pdfgeneralpage.ui index ebfa097c0358..862b4bf56b11 100644 --- a/filter/uiconfig/ui/pdfgeneralpage.ui +++ b/filter/uiconfig/ui/pdfgeneralpage.ui @@ -230,7 +230,7 @@ </child> <child> <object class="GtkCheckButton" id="reduceresolution"> - <property name="label" translatable="yes" context="pdfgeneralpage|reduceresolution">Reduce ima_ge resolution</property> + <property name="label" translatable="yes" context="pdfgeneralpage|reduceresolution">Reduce ima_ge resolution to:</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui index e86d6f476e7d..727191ecb9c0 100644 --- a/svx/uiconfig/ui/compressgraphicdialog.ui +++ b/svx/uiconfig/ui/compressgraphicdialog.ui @@ -314,7 +314,7 @@ <property name="margin-top">6</property> <child> <object class="GtkCheckButton" id="checkbox-reduce-resolution"> - <property name="label" translatable="yes" context="compressgraphicdialog|checkbox-reduce-resolution">Reduce image resolution</property> + <property name="label" translatable="yes" context="compressgraphicdialog|checkbox-reduce-resolution">Reduce image resolution to:</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/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> |