summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMing Hua <plateauwolf@qq.com>2021-11-27 05:04:49 +0800
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-11-28 21:42:24 +0100
commit81b26582ed62db40e2be701ddefede7d8230d0d2 (patch)
tree4a6c8ef9859ffa80ad8964998026977344f0576d /officecfg
parentc3449cf4f2048b31ca19fb5e147cb579758fb63c (diff)
tdf#145728 Update UI Strings about QR and Barcode
In commit d37a44a9ebdafec1435f98194417a1d8cc8208b5 (tdf#141193 Added support for bar codes in qrcode dialog box[API Change], 2021-10-29) which added support for one-dimensional "CODE_128" barcode in addition to the previously supported 2D QR code, the various labels and tooltips in UI were not fully updated accordingly. This commit should update all QR and barcode related UI strings to match the new status, mentioning both "QR and barcode" where emphasis or detail is desired, and just "code(s)" where brevity is desired. Also use one-word "barcode" instead of "bar code" everywhere for consistency. Change-Id: I4530e4ffee5155b12551d7b819031c3869d7ab2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125925 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Jenkins (cherry picked from commit cf6823ea07047ad7681262e94721f88e768f5845) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125987
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu4
1 files changed, 2 insertions, 2 deletions
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>