diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 12:33:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 12:33:18 +0200 |
commit | 95890804f1c159a04c5a40af8baa02ce7c79a19a (patch) | |
tree | 9227e6f832c48c27961911c31215f833fc986d59 /settings/templates/help.php | |
parent | 83a0d1b3bacfea1732683c495767286863a3b41b (diff) | |
download | nextcloud-server-95890804f1c159a04c5a40af8baa02ce7c79a19a.tar.gz nextcloud-server-95890804f1c159a04c5a40af8baa02ce7c79a19a.zip |
help section: code style and wording fixes
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r-- | settings/templates/help.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php index 5786b6fd44e..79584aba84d 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -4,25 +4,25 @@ <li> <a class="<?php p($_['style1']); ?>" href="<?php print_unescaped($_['url1']); ?>"> - <?php p($l->t( 'User Documentation' )); ?> + <?php p($l->t('User documentation')); ?> </a> </li> <li> <a class="<?php p($_['style2']); ?>" href="<?php print_unescaped($_['url2']); ?>"> - <?php p($l->t( 'Administrator Documentation' )); ?> + <?php p($l->t('Administrator documentation')); ?> </a> </li> <?php } ?> <li> <a href="https://owncloud.org/support" target="_blank" rel="noreferrer"> - <?php p($l->t( 'Online Documentation' )); ?> ↗ + <?php p($l->t('Online documentation')); ?> ↗ </a> </li> <li> <a href="https://forum.owncloud.org" target="_blank" rel="noreferrer"> - <?php p($l->t( 'Forum' )); ?> ↗ + <?php p($l->t('Forum')); ?> ↗ </a> </li> @@ -30,14 +30,14 @@ <li> <a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md" target="_blank" rel="noreferrer"> - <?php p($l->t( 'Bugtracker' )); ?> ↗ + <?php p($l->t('Issue tracker')); ?> ↗ </a> </li> <?php } ?> <li> <a href="https://owncloud.com/subscriptions/" target="_blank" rel="noreferrer"> - <?php p($l->t( 'Commercial Support' )); ?> ↗ + <?php p($l->t('Commercial support')); ?> ↗ </a> </li> </div> |