apps management: change misleading + to ...

This commit is contained in:
Jan-Christoph Borchardt 2013-06-12 14:49:23 +02:00
parent c0568e0443
commit 4cafe21aa4
1 changed files with 1 additions and 1 deletions

View File

@ -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):?>