]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing translation - thx eMerzh
authorThomas Mueller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 21:49:43 +0000 (23:49 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 21:49:43 +0000 (23:49 +0200)
settings/templates/apps.php

index 8efbcf0a7e9d22aa6a1d8a9502f359d2e2fca4fc..30f919ac753ff6dd9afdc43cf4c686316bc98687 100644 (file)
@@ -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>