summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-05 15:28:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-05 18:54:45 +0200
commitc6f8def934bc6019692b51ffcd0fc1634db23056 (patch)
treee35ea75f3ad35615e92d9f7115ad1449540144e5 /officecfg
parent6d287589e3a74d1eec3d5c55277ae6479d659948 (diff)
Fix misuses of xml:lang="x-comment" in non-localized props
Change-Id: I22eae40f740e4454a83f55aed0dd4cf08a0f4492
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Embedding.xcu8
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Embedding.xcu b/officecfg/registry/data/org/openoffice/Office/Embedding.xcu
index 1d15bb4694ba..e39af5d36401 100644
--- a/officecfg/registry/data/org/openoffice/Office/Embedding.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Embedding.xcu
@@ -22,7 +22,7 @@
<node oor:name="PRIMARY" oor:op="replace">
<prop oor:name="VerbUIName">
<value>Primary</value>
- <value xml:lang="x-comment">Is not shown in UI. No translation is required.</value>
+ <!-- Is not shown in UI. No translation is required. -->
</prop>
<prop oor:name="VerbID">
<value>0</value>
@@ -65,7 +65,7 @@
<node oor:name="HIDE" oor:op="replace">
<prop oor:name="VerbUIName">
<value>Hide</value>
- <value xml:lang="x-comment">Is not shown in UI. No translation is required.</value>
+ <!-- Is not shown in UI. No translation is required. -->
</prop>
<prop oor:name="VerbID">
<value>-3</value>
@@ -80,7 +80,7 @@
<node oor:name="UIACTIVATE" oor:op="replace">
<prop oor:name="VerbUIName">
<value>UI activate</value>
- <value xml:lang="x-comment">Is not shown in UI. No translation is required.</value>
+ <!-- Is not shown in UI. No translation is required. -->
</prop>
<prop oor:name="VerbID">
<value>-4</value>
@@ -95,7 +95,7 @@
<node oor:name="IPACTIVATE" oor:op="replace">
<prop oor:name="VerbUIName">
<value>Activate inplace</value>
- <value xml:lang="x-comment">Is not shown in UI. No translation is required.</value>
+ <!-- Is not shown in UI. No translation is required. -->
</prop>
<prop oor:name="VerbID">
<value>-5</value>