summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-05-04 11:37:30 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-05-04 11:37:30 +0200
commit711282422902bd6d2fa5c47d28d4a83fdc1b0470 (patch)
tree4ea07af3c272afcbebdee1216493cf19b43834b8 /settings
parentc2fd7b1d1279d378ce4d3b8632a2f577a4fc3d0e (diff)
downloadnextcloud-server-711282422902bd6d2fa5c47d28d4a83fdc1b0470.tar.gz
nextcloud-server-711282422902bd6d2fa5c47d28d4a83fdc1b0470.zip
fix l10n strings
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/apps.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index c94e025603f..6bbde71df97 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -41,10 +41,7 @@ script(
<div class="section apps-experimental">
<h2><?php p($l->t('Experimental applications ahead')) ?></h2>
<p>
- <?php p($l->t('Experimental apps are not checked for security ' .
- 'issues, new or known to be unstable and under heavy ' .
- 'development. Installing them can cause data loss or security ' .
- 'breaches.')) ?>
+ <?php p($l->t('Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches.')) ?>
</p>
</div>
{{/if}}
@@ -146,10 +143,7 @@ script(
<label for="enable-experimental-apps"><?php p($l->t('Enable experimental apps')) ?></label>
<p>
<small>
- <?php p($l->t('Experimental apps are not checked for security ' .
- 'issues, new or known to be unstable and under heavy ' .
- 'development. Installing them can cause data loss or security ' .
- 'breaches.')) ?>
+ <?php p($l->t('Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches.')) ?>
</small>
</p>
</div>