diff options
author | David A. Madore <david+git@madore.org> | 2012-03-16 19:17:13 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2012-03-16 19:17:13 +0100 |
commit | d0dc1cb1d518de0a02544654c55b938064e5e3eb (patch) | |
tree | 8db01330d08ceb5172319a32538478884704bfaf /res/values | |
parent | 3141ca4e4f232a4efae252fcdb15cc8f84e72fed (diff) | |
download | UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.tar.gz UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.tar.bz2 UnicodeMap-d0dc1cb1d518de0a02544654c55b938064e5e3eb.zip |
Add a button to copy a character's name.
Diffstat (limited to 'res/values')
-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 1111696..16c6e06 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5,6 +5,7 @@ <string name="loading_database_title">Initializing database</string> <string name="loading_database_msg">Please wait</string> <string name="copy_button">Copy</string> + <string name="copy_name_button">Copy name</string> <string name="append_button">Append</string> <string name="copied_toast">Copied to clipboard</string> <string name="empty_list">(Empty!)</string> |