diff options
author | David A. Madore <david+git@madore.org> | 2010-05-02 00:16:58 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-05-02 00:16:58 +0200 |
commit | ef789edffd1905d1b66c90aa7392fd97252ccbb5 (patch) | |
tree | ef32f7934a381098729c5e047d9a2698129e2bad /res | |
parent | 600031f8b4c473336ba7e4f183c7ad3018dea0aa (diff) | |
download | UnicodeMap-ef789edffd1905d1b66c90aa7392fd97252ccbb5.tar.gz UnicodeMap-ef789edffd1905d1b66c90aa7392fd97252ccbb5.tar.bz2 UnicodeMap-ef789edffd1905d1b66c90aa7392fd97252ccbb5.zip |
Title decode string results as "decode results".
The string itself may contain nasty stuff, or be too long, or whatever:
avoid using it as title.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9788cdf..aee9313 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -28,6 +28,7 @@ <string name="decode_button">Decode</string> <string name="decode_hint">Paste Unicode characters here to see their names</string> + <string name="decode_results">decode results</string> <string name="menu_about">About</string> <string name="about_title">About Unicode Map</string> <string name="about_text">Unicode Map version 0.0.2\nby David |