diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-01-02 19:30:33 +0530 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2019-01-02 15:00:33 +0100 |
commit | b267321d540984f2f5023f7eefcc475c30d8a0c1 (patch) | |
tree | 37711e2f99c5bededee2ca762df170e335f11b56 /app/src/main/res/values-ja | |
parent | a82fb391d3c6e9b1151664100640114286843ec7 (diff) |
Rewrite pwgen package in Kotlin (#463)
* Rename classes to not be ugly as all hell
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* PgpActivity: Cleanup
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Rewrite pwgen package in Kotlin
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* PRNGFixes: Remove constant conditions
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/values-ja')
-rw-r--r-- | app/src/main/res/values-ja/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index ca1c08da..b5c19706 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -110,7 +110,7 @@ <string name="pref_external_repository_summary">外部パスワードリポジトリを使用する</string> <string name="pref_select_external_repository">外部リポジトリを選択</string> - <!-- pwgen fragment --> + <!-- PasswordGenerator fragment --> <string name="pwgen_generate">生成</string> <string name="pwgen_include">含める</string> <string name="pwgen_length">長さ</string> |