Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-04-17 20:42:29 +0300
committerbrantje <brantje@gmail.com>2017-05-06 14:32:18 +0300
commit61e07f598c7f5e4e0c0067dc40e39953cf382232 (patch)
treeae7506992a726031e6ca6b666301a8953f2402cf /controller
parent8a694a0885e11575aa445c2073f16c4c8906373c (diff)
Update translation. Closes PR #284.
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index fdca0270..6d9503ed 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -233,7 +233,7 @@ class TranslationController extends ApiController {
'generating.keys' => $this->trans->t('Generating sharing keys'),
// templates/views/partials/forms/settings/tool.html
- 'tool.intro' => $this->trans->t('The password tool will scan your password, calculate the avarage crack time and, if below the threshold, show them'),
+ 'tool.intro' => $this->trans->t('The password tool will scan your password and calculate average crack time. If it is below the threshold it will be shown.'),
'min.strength' => $this->trans->t('Minimum password stength'),
'scan.result.msg' => $this->trans->t('Passman scanned your passwords, and here is the result.'),
'scan.result' => $this->trans->t('A total of {{scan_result}} weak credentials.'),