diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-22 19:43:10 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-22 19:43:10 -0700 |
commit | ff17cd5daac40418e6e1bc89e9f65bd0fc8ea6af (patch) | |
tree | 02391363e8f2af64820f4b231cb9aaab030e56f2 /library/src/main/res/values | |
parent | 971738ae5942c3439568c54393708a3dd63c87f6 (diff) | |
download | kau-ff17cd5daac40418e6e1bc89e9f65bd0fc8ea6af.tar.gz kau-ff17cd5daac40418e6e1bc89e9f65bd0fc8ea6af.tar.bz2 kau-ff17cd5daac40418e6e1bc89e9f65bd0fc8ea6af.zip |
Change lighten and darken again
Diffstat (limited to 'library/src/main/res/values')
-rw-r--r-- | library/src/main/res/values/strings_commons.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/src/main/res/values/strings_commons.xml b/library/src/main/res/values/strings_commons.xml index 1bbca44..6bc8299 100644 --- a/library/src/main/res/values/strings_commons.xml +++ b/library/src/main/res/values/strings_commons.xml @@ -21,7 +21,9 @@ Most resources are verbatim and x represents a formatted item <string name="kau_exit_confirmation">Are you sure you want to exit?</string> <string name="kau_exit_confirmation_x">Are you sure you want to exit %s?</string> <string name="kau_glass">Glass</string> + <string name="kau_got_it">Got it</string> <string name="kau_great">Great</string> + <string name="kau_hide">Hide</string> <string name="kau_light">Light</string> <string name="kau_login">Login</string> <string name="kau_logout">Logout</string> |