summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSass Dávid <sass.dvd98@gmail.com>2019-01-10 13:45:45 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-01-21 07:27:47 +0100
commit2b34be5be176e6080f0a39294bf09c6d6183f4b5 (patch)
tree1f5a37c0c0a93f2bbd684e090639209c6c69f26d
parentf5bd9b400308e8fe40d6d833ca92678b084df3fb (diff)
tdf#122616 UI Enhancement: Print dialog texts changed as requested in comments
Print dialog text's capitalization changed to follow the styles used in GNOME user interface elements. Change-Id: I718c4776eaa28e98c5209d160cd47e27782b1101 Reviewed-on: https://gerrit.libreoffice.org/66093 Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu> Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--vcl/uiconfig/ui/printdialog.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index 4ab0d8f9c6ba..99fff2bce55e 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -527,7 +527,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_left">8</property>
- <property name="label" translatable="yes" context="printdialog|labelcopies">Number of Copies:</property>
+ <property name="label" translatable="yes" context="printdialog|labelcopies">Number of copies:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">copycount</property>
</object>
@@ -651,7 +651,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_left">6</property>
- <property name="label" translatable="yes" context="printdialog|labelpapersides">Paper Sides:</property>
+ <property name="label" translatable="yes" context="printdialog|labelpapersides">Paper sides:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sidesbox</property>
</object>
@@ -698,7 +698,7 @@
</child>
<child>
<object class="GtkCheckButton" id="reverseorder">
- <property name="label" translatable="yes" context="printdialog|reverseorder">Print in Reverse Order</property>
+ <property name="label" translatable="yes" context="printdialog|reverseorder">Print in reverse order</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -779,7 +779,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes" context="printdialog|labelsize">Paper Size:</property>
+ <property name="label" translatable="yes" context="printdialog|labelsize">Paper size:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">papersizebox</property>
</object>