diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-15 16:04:18 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-21 23:47:56 +0100 |
commit | 19c5213b53fbddc2a2b61e0ad35cda6ce5002bb5 (patch) | |
tree | 8f7a54fccdc8a9b5780a541a5a6fbe14142e7a1d /settings/templates | |
parent | 83f161d3f964a48f6dbe92e69233575b1984c547 (diff) | |
download | nextcloud-server-19c5213b53fbddc2a2b61e0ad35cda6ce5002bb5.tar.gz nextcloud-server-19c5213b53fbddc2a2b61e0ad35cda6ce5002bb5.zip |
Join split translated strings
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index e6f9e38189e..3a4a6093e77 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -102,10 +102,7 @@ if($_['displayNameChangeSupported']) { <legend><strong><?php echo $l->t('Version');?></strong></legend> <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> <br /> - <?php echo $l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>,' - .' the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed' - .' under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr' - .' title="Affero General Public License">AGPL</abbr></a>.'); ?> + <?php echo $l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.'); ?> </fieldset> |