Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-05 01:49:43 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-05 01:49:43 +0400
commit685f03edf6e35e24e71ecd3e89d9df23638df769 (patch)
treeb15363128ea6f177c251b52e2256be41fa092f8f /settings/templates/apps.php
parent66c2a391cbc5417752eb0beea15277cfdf97412d (diff)
fixing translation - thx eMerzh
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r--settings/templates/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 8efbcf0a7e9..30f919ac753 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -27,7 +27,7 @@
<p class="description"></p>
<img src="" class="preview" />
<p class="appslink hidden"><a href="#" target="_blank"><?php echo $l->t('See application page at apps.owncloud.com');?></a></p>
- <p class="license hidden"><span class="licence"></span><?php echo $l->t('-licensed');?> <?php echo $l->t('by');?> <span class="author"></span></p>
+ <p class="license hidden"><?php echo $l->t('<span class="licence"></span>-licensed by <span class="author"></span>');?></p>
<input class="enable hidden" type="submit" />
</div>
</div>