diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-23 15:14:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 15:14:12 -0400 |
commit | a647df3c32b77eff3e6ba8a78799dc7eb42ba11c (patch) | |
tree | e15593d81626e0ab4e3443c0d2bdd3b21162c083 /core/src/main/res-public | |
parent | f3e7098e52f8caa86be7922f5b07eade6f36cc57 (diff) | |
download | kau-a647df3c32b77eff3e6ba8a78799dc7eb42ba11c.tar.gz kau-a647df3c32b77eff3e6ba8a78799dc7eb42ba11c.tar.bz2 kau-a647df3c32b77eff3e6ba8a78799dc7eb42ba11c.zip |
v3.4.1 (#63)
* Check browser intent before launching (#54)
* Update changelog
* fix/misc (#55)
* Add kapt plugin
* Fix kau vector
* Debug lintRelease
* Revert debug
* Update dependencies
* Check context finishing state before showing dialog (#61)
* Keep copy of shared pref rather than application context (#60)
* Keep copy of shared pref rather than application context
* Add back preference name
* Add resolver checks (#62)
Diffstat (limited to 'core/src/main/res-public')
-rw-r--r-- | core/src/main/res-public/values/strings_commons.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res-public/values/strings_commons.xml b/core/src/main/res-public/values/strings_commons.xml index d236021..6bea9a6 100644 --- a/core/src/main/res-public/values/strings_commons.xml +++ b/core/src/main/res-public/values/strings_commons.xml @@ -38,7 +38,7 @@ Most resources are verbatim and x represents a formatted item <string name="kau_no">No</string> <string name="kau_no_results_found">No Results Found</string> <string name="kau_none">None</string> - <string name="kau_ok">@android:string/ok</string> + <string name="kau_ok">OK</string> <string name="kau_play_store">Play Store</string> <string name="kau_rate">Rate</string> <string name="kau_report_bug">Report A Bug</string> |