From: Morris Jobke Date: Wed, 24 Apr 2013 14:13:17 +0000 (+0200) Subject: fix wrong shared icon description X-Git-Tag: v5.0.6~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8d92aaf3b72a48a9af0356fdedaaf479be589bf5;p=nextcloud-server.git fix wrong shared icon description fix #2928 translation of string "Shared" has to be marked as located in "files" for the translation extractor --- diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index f3264da5a12..264a86adb7b 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -113,6 +113,7 @@ var FileActions = { } }); if(actions.Share && !($('#dir').val() === '/' && file === 'Shared')){ + // t('files', 'Share') addAction('Share', actions.Share); }