diff options
author | Matthew Wong <wongma7@outlook.com> | 2016-07-02 13:30:59 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2016-07-02 13:30:59 -0400 |
commit | 5a509af320620453b76d6a3b1d82dde41d676258 (patch) | |
tree | c07690fd75f0ddaa754670a716ace63012095259 /app/src/main/res | |
parent | 8664d5e8ec5a2214c6f19169ce12000454fc0e8c (diff) |
Fix & refine weird editing behaviour
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d2d9ece5..6cd2120f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -25,6 +25,7 @@ <string name="initialization_commit_text">[ANDROID PwdStore] Initialized store with keyID: </string> <string name="add_commit_text">[ANDROID PwdStore] Add  </string> <string name="remove_commit_text">[ANDROID PwdStore] Remove  </string> + <string name="edit_commit_text">[ANDROID PwdStore] Edit  </string> <string name="from_store">  from store.</string> <!-- PGPHandler --> |