[Pkg-owncloud-commits] [owncloud] 72/273: Fix wording for remote shares in settings page
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:12:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c6b89cc55a592d5c9af19160163cdc83e65317b7
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Thu Jun 26 19:35:57 2014 +0200
Fix wording for remote shares in settings page
---
apps/files_sharing/templates/settings-admin.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_sharing/templates/settings-admin.php b/apps/files_sharing/templates/settings-admin.php
index 18cf227..7c84f77 100644
--- a/apps/files_sharing/templates/settings-admin.php
+++ b/apps/files_sharing/templates/settings-admin.php
@@ -1,6 +1,6 @@
<div class="section" id="fileSharingSettings" >
- <h2><?php p($l->t('File Sharing'));?></h2>
+ <h2><?php p($l->t('Remote Shares'));?></h2>
<input type="checkbox" name="outgoing_server2server_share_enabled" id="outgoingServer2serverShareEnabled"
value="1" <?php if ($_['outgoingServer2serverShareEnabled']) print_unescaped('checked="checked"'); ?> />
--
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