diff options
author | 2014-02-20 15:47:54 +0900 | |
---|---|---|
committer | 2014-02-20 16:50:34 +0900 | |
commit | 1672ccbbb6167f434842093feaadc2bcd5634eab (patch) | |
tree | dc215cea5bb77d5707f23d6744fd31f3c04579c9 /java/res | |
parent | 78db739cdbc9a92ec836f4dc97c6b97de8535a33 (diff) | |
download | latinime-1672ccbbb6167f434842093feaadc2bcd5634eab.tar.gz latinime-1672ccbbb6167f434842093feaadc2bcd5634eab.tar.xz latinime-1672ccbbb6167f434842093feaadc2bcd5634eab.zip |
Change important notice version preference file
This CL also reset the notice version to 1.
This CL must be checked in together with Iea8d9ff038.
Change-Id: I838f7b5b295388d64d6aba90f50b06654eba16e5
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings-config-important-notice.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/values/strings-config-important-notice.xml b/java/res/values/strings-config-important-notice.xml index 6a9fe28f7..3be95d333 100644 --- a/java/res/values/strings-config-important-notice.xml +++ b/java/res/values/strings-config-important-notice.xml @@ -20,7 +20,8 @@ <resources> <integer name="config_important_notice_version">0</integer> - <!-- The title of the important notice displayed on the suggestion strip. --> + <!-- TODO: Make title and contents resource to string array indexed by version. --> + <!-- The text of the important notice displayed on the suggestion strip. --> <string name="important_notice_title"></string> <!-- The contents of the important notice. --> <string name="important_notice_contents"></string> |