From 01f89083ba5e9a712326d0d5d59bcd42911f7285 Mon Sep 17 00:00:00 2001 From: cmeh Date: Thu, 12 Feb 2015 08:14:12 +0100 Subject: [PATCH 1/2] Adding a missing space between value and unit Added the missing space between value and unit, as it is formatted in all other places across ownCloud. --- settings/templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index a0cf29436d0..279113422ab 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -516,7 +516,7 @@ if ($_['suggestedOverwriteCliUrl']) { (100 * 1024 * 1024)): ?>
- t('The logfile is bigger than 100MB. Downloading it may take some time!')); ?> + t('The logfile is bigger than 100 MB. Downloading it may take some time!')); ?> From f24f7f7c74aec95b0630ac196bc6ee1c5837854a Mon Sep 17 00:00:00 2001 From: cmeh Date: Thu, 12 Feb 2015 08:18:24 +0100 Subject: [PATCH 2/2] Orthography: "Back-end" -> Backend (without hyphen) and correction of "users" to the genitive "user's" --- settings/changepassword/controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/changepassword/controller.php b/settings/changepassword/controller.php index 4ed907daf96..4af250f1814 100644 --- a/settings/changepassword/controller.php +++ b/settings/changepassword/controller.php @@ -78,7 +78,7 @@ class Controller { $l = new \OC_L10n('settings'); \OC_JSON::error(array( "data" => array( - "message" => $l->t("Back-end doesn't support password change, but the users encryption key was successfully updated.") + "message" => $l->t("Backend doesn't support password change, but the user's encryption key was successfully updated.") ) )); } elseif (!$result && !$recoveryEnabledForUser) {