[Pkg-owncloud-commits] [owncloud] 18/70: remove file name from upper right button

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:40:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v6.0.5RC1
in repository owncloud.

commit bbc997aa5e0b4cf495be14249473ddc1ed997b30
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue Apr 29 17:16:14 2014 +0200

    remove file name from upper right button
    
    Backport of 003049e from master
---
 apps/files_sharing/templates/public.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index e595fcd..e6c5f40 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -17,7 +17,7 @@
 		<div class="header-right">
 			<a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
 				<img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
-				<?php p($l->t('Download %s', array($_['filename'])))?>
+				<?php p($l->t('Download'))?>
 			</a>
 		</div>
 </div></header>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list