summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/uiconfig/ui/qrcodegen.ui12
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu4
2 files changed, 8 insertions, 8 deletions
diff --git a/cui/uiconfig/ui/qrcodegen.ui b/cui/uiconfig/ui/qrcodegen.ui
index 8b1734c5ae1a..4f015dccfde3 100644
--- a/cui/uiconfig/ui/qrcodegen.ui
+++ b/cui/uiconfig/ui/qrcodegen.ui
@@ -115,7 +115,7 @@
<property name="placeholder-text" translatable="yes" context="qrcodegen|edit_name">www.libreoffice.org</property>
<child internal-child="accessible">
<object class="AtkObject" id="edit_text-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="qr text">The text from which to generate the QR code.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="qr text">The text from which to generate the code.</property>
</object>
</child>
</object>
@@ -177,11 +177,11 @@
<property name="active">0</property>
<items>
<item translatable="yes" context="qrcodegen|QrCode">QR Code</item>
- <item translatable="yes" context="qrcodegen|BarCode">Bar Code</item>
+ <item translatable="yes" context="qrcodegen|BarCode">Barcode</item>
</items>
<child internal-child="accessible">
<object class="AtkObject" id="choose_type-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="type">The type which is to be generated.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="type">The type of code to generate.</property>
</object>
</child>
</object>
@@ -202,7 +202,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes" context="qrcodegen|label_ecc" comments="Error Correction Level of QR code">Error Correction:</property>
+ <property name="label" translatable="yes" context="qrcodegen|label_ecc" comments="Error Correction Level of QR code">Error correction:</property>
<property name="use-underline">True</property>
<property name="xalign">0</property>
<accessibility>
@@ -234,7 +234,7 @@
<property name="numeric">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="edit_margin-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="edit margin">The margin surrounding the QR code.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="edit margin">The margin surrounding the code.</property>
</object>
</child>
</object>
@@ -381,7 +381,7 @@
</action-widgets>
<child internal-child="accessible">
<object class="AtkObject" id="QrCodeGenDialog-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="qr code dialog title">Generate QR Code for any text or URL.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="qr code dialog title">Generate linear and matrix codes for any text or URL.</property>
</object>
</child>
</object>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index cf72101b4b88..3fb594e55739 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -7203,7 +7203,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
</node>
<node oor:name=".uno:InsertQrCode" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Bar Code...</value>
+ <value xml:lang="en-US">QR and ~Barcode...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
@@ -7211,7 +7211,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
</node>
<node oor:name=".uno:EditQrCode" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Edit Bar Code...</value>
+ <value xml:lang="en-US">~Edit Barcode...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>