summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authoriamfool <praveenraonp@gmail.com>2016-08-28 18:02:45 -0700
committerGitHub <noreply@github.com>2016-08-28 18:02:45 -0700
commite13cd289cb77cb7f8e9b7343a303549a580f6252 (patch)
tree2f49be489a02e9a597978a67566223333f85b44a /apps
parentb580c3664de3de11460e8adabc01f3f5eeb07d02 (diff)
downloadnextcloud-server-e13cd289cb77cb7f8e9b7343a303549a580f6252.tar.gz
nextcloud-server-e13cd289cb77cb7f8e9b7343a303549a580f6252.zip
Update Admin.php
Diffstat (limited to 'apps')
-rw-r--r--apps/theming/lib/Settings/Admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php
index afd74ced217..22ab5650e5b 100644
--- a/apps/theming/lib/Settings/Admin.php
+++ b/apps/theming/lib/Settings/Admin.php
@@ -61,7 +61,7 @@ class Admin implements ISettings {
$theme = $this->config->getSystemValue('theme', '');
if ($theme !== '') {
$themable = false;
- $errorMessage = $this->l->t('You already use a custom theme');
+ $errorMessage = $this->l->t('You are already using a custom theme');
}
$parameters = [