aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-03-21 12:14:13 +0000
committerGitHub <noreply@github.com>2020-03-21 17:44:13 +0530
commit98e9f6734a00cfb1d8164227b2de07d2aea150d2 (patch)
tree24395cb4985933355679464c738f764c885715fc /app/src/main/res/values/arrays.xml
parentde489b00410826fbf6802cdfbdc5bbfa851a5094 (diff)
Revise copy (#656)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r--app/src/main/res/values/arrays.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 6b757fd6..522fe6cc 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -43,7 +43,11 @@
<item>9</item>
<item>10</item>
</string-array>
- <string-array name="pwgen_provider">
+ <string-array name="pwgen_provider_labels">
+ <item>Classic</item>
+ <item>XKPasswd</item>
+ </string-array>
+ <string-array name="pwgen_provider_values">
<item>classic</item>
<item>xkpasswd</item>
</string-array>