summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorNagy Akos <akoscomp@gmail.com>2013-06-27 12:11:59 +0300
committerAndras Timar <andras.timar@collabora.com>2013-11-05 11:18:31 +0100
commit681ac1948d2a7b99edc1432b11a5e33be25b3aa6 (patch)
treeb3762babe7159e9e5b123022b4e3a048e844abeb /extras
parentf5d9b2f9759edaa2085479735792465959f0fe0e (diff)
Add Romanian auto correct words.
Follow-up commit to fix wrong namepace Change-Id: I035e176f81770e9cc628a4e36d8ce1c93a9c0242
Diffstat (limited to 'extras')
-rw-r--r--extras/source/autotext/lang/ro/acor/META-INF/manifest.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml b/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml
index 11a66a809fb1..4ed39a4c2a24 100644
--- a/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml
+++ b/extras/source/autotext/lang/ro/acor/META-INF/manifest.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<manifest:manifest>
- <manifest:file-entry manifest:media-type="" manifest:full-path="/"/>
- <manifest:file-entry manifest:media-type="" manifest:full-path="META-INF/"/>
- <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="DocumentList.xml"/>
- <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="WordExceptList.xml"/>
- <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="SentenceExceptList.xml"/>
- <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="BlockList.xml"/>
-</manifest:manifest> \ No newline at end of file
+<manifest>
+ <file-entry media-type="" full-path="/"/>
+ <file-entry media-type="" full-path="META-INF/"/>
+ <file-entry media-type="text/xml" full-path="DocumentList.xml"/>
+ <file-entry media-type="text/xml" full-path="WordExceptList.xml"/>
+ <file-entry media-type="text/xml" full-path="SentenceExceptList.xml"/>
+ <file-entry media-type="text/xml" full-path="BlockList.xml"/>
+</manifest>