From 87f361ca7c108b7d40070a33c9f17cfe4209a010 Mon Sep 17 00:00:00 2001 From: "Nick Barendregt (Msc.)" Date: Mon, 16 Oct 2017 22:41:20 +0200 Subject: [PATCH] Fixes #238 - @brantje own solution --- controller/translationcontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php index 6eac3266..20c8a724 100644 --- a/controller/translationcontroller.php +++ b/controller/translationcontroller.php @@ -41,7 +41,7 @@ class TranslationController extends ApiController { public function getLanguageStrings() { $translations = array( // js/app/controllers/bookmarklet.js - 'generating.sharing.keys' => $this->trans->t('Generating sharing keys ( %step / 2)'), + 'generating.sharing.keys' => $this->trans->t('Generating sharing keys ( %s / 2)','%step'), 'invalid.vault.key' => $this->trans->t('Incorrect vault password!'), 'password.do.not.match' => $this->trans->t('Passwords do not match'), 'general' => $this->trans->t('General'),