diff options
author | rakekniven <mark.ziegler@rakekniven.de> | 2018-03-02 17:46:12 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-10 12:57:05 +0100 |
commit | 4fc4e6dcaa8959991f34d2a78ba6db1f3b555fd0 (patch) | |
tree | d3bdf88ebcf0c6f126381af9e22c4422ff675115 /apps/theming/lib/Controller/ThemingController.php | |
parent | f08bc1bc6fb16d2c199c20109f9501aef14e2511 (diff) | |
download | nextcloud-server-4fc4e6dcaa8959991f34d2a78ba6db1f3b555fd0.tar.gz nextcloud-server-4fc4e6dcaa8959991f34d2a78ba6db1f3b555fd0.zip |
Update ThemingController.php
Improved translation string.
Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/121491256?issue=yes
Diffstat (limited to 'apps/theming/lib/Controller/ThemingController.php')
-rw-r--r-- | apps/theming/lib/Controller/ThemingController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index e7865b90cf0..74f6a6f036d 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -221,7 +221,7 @@ class ThemingController extends Controller { UPLOAD_ERR_OK => $this->l10n->t('There is no error, the file uploaded with success'), UPLOAD_ERR_INI_SIZE => $this->l10n->t('The uploaded file exceeds the upload_max_filesize directive in php.ini'), UPLOAD_ERR_FORM_SIZE => $this->l10n->t('The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'), - UPLOAD_ERR_PARTIAL => $this->l10n->t('The uploaded file was only partially uploaded'), + UPLOAD_ERR_PARTIAL => $this->l10n->t('The file was only partially uploaded'), UPLOAD_ERR_NO_FILE => $this->l10n->t('No file was uploaded'), UPLOAD_ERR_NO_TMP_DIR => $this->l10n->t('Missing a temporary folder'), UPLOAD_ERR_CANT_WRITE => $this->l10n->t('Failed to write file to disk.'), |