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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-12 16:49:23 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-12 16:49:23 +0400
commit4cafe21aa46a7b6589b81a83a2dcf7e310890bb3 (patch)
tree24dc77dcfe21303a664def6178211b418fc25d1f /settings/templates
parentc0568e0443a8beaebc3ecd25af5f9a5dca498a42 (diff)
apps management: change misleading + to ...
Diffstat (limited to 'settings/templates')
-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 cdb690f9a27..0903b9bd5c4 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -10,7 +10,7 @@
<ul id="leftcontent" class="applist">
<li>
- <a class="app-external" target="_blank" href="http://owncloud.org/dev">+ <?php p($l->t('Add your App'));?></a>
+ <a class="app-external" target="_blank" href="http://owncloud.org/dev"><?php p($l->t('Add your App'));?> …</a>
</li>
<?php foreach($_['apps'] as $app):?>