[Pkg-owncloud-commits] [owncloud] 35/122: fix l10n strings

David Prévot taffit at moszumanska.debian.org
Sat May 9 00:00:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 711282422902bd6d2fa5c47d28d4a83fdc1b0470
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon May 4 11:37:30 2015 +0200

    fix l10n strings
---
 settings/templates/apps.php | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index c94e025..6bbde71 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list