diff options
author | 2014-03-08 03:45:10 +0900 | |
---|---|---|
committer | 2014-03-08 22:37:27 +0900 | |
commit | 783aee47e0b120c0c3dfe1ee5b53c4bc120cad38 (patch) | |
tree | 7d30d49455722618dd6a5757e5d6850caea61afb /java/res/values-hu | |
parent | f14cf3e64caea68419969deb71793b367b1bbce2 (diff) | |
download | latinime-783aee47e0b120c0c3dfe1ee5b53c4bc120cad38.tar.gz latinime-783aee47e0b120c0c3dfe1ee5b53c4bc120cad38.tar.xz latinime-783aee47e0b120c0c3dfe1ee5b53c4bc120cad38.zip |
Remove string-arrays that are getting in the way
These empty string-arrays should not have been in this resource file.
They are in the translated files, and they are getting in the way of
the resource finding paths.
Fundamental fixes definitely should follow. For now, this CL should be
safe and acceptable for Cannellini.
bug: 13340486
Change-Id: I14c36babf9eb30cfc1c0adc5977136189a305f33
Diffstat (limited to 'java/res/values-hu')
-rw-r--r-- | java/res/values-hu/strings-config-important-notice.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/res/values-hu/strings-config-important-notice.xml b/java/res/values-hu/strings-config-important-notice.xml index 4cb3c17ce..c023293e0 100644 --- a/java/res/values-hu/strings-config-important-notice.xml +++ b/java/res/values-hu/strings-config-important-notice.xml @@ -20,9 +20,5 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string-array name="important_notice_title_array"> - </string-array> - <string-array name="important_notice_contents_array"> - </string-array> <string name="use_personalized_dicts_summary" msgid="590432261305469627">"Javaslatok javítása a kommunikáció és begépelt adatok alapján"</string> </resources> |