[Pkg-owncloud-commits] [owncloud] 36/123: Grammar, removal of line break

David Prévot taffit at moszumanska.debian.org
Tue May 19 23:55:11 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 6441721626e57596de8e9f66e8c9e114538ffd48
Author: Christian Hoffmann <cmeh at users.noreply.github.com>
Date:   Sat May 9 11:31:21 2015 +0200

    Grammar, removal of line break
    
    * Corrected "… if the user forgets their password." to "… if the user forgets his or her password" in line 17.
    * Removed line break from line 17 to line 18.
---
 apps/encryption/templates/settings-admin.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/encryption/templates/settings-admin.php b/apps/encryption/templates/settings-admin.php
index fe7b0de..81c7f060 100644
--- a/apps/encryption/templates/settings-admin.php
+++ b/apps/encryption/templates/settings-admin.php
@@ -14,8 +14,7 @@ style('encryption', 'settings-admin');
 		<span class="msg"></span>
 		<br/>
 		<em>
-		<?php p($l->t("The recovery key is an extra encryption key that is used
-		to encrypt files. It allows recovery of a user's files if the user forgets their password.")) ?>
+		<?php p($l->t("The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password.")) ?>
 		</em>
 		<br/>
 		<input type="password"

-- 
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