]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: delete permanently fix
authorVolkan Gezer <volkangezer@gmail.com>
Sun, 11 Jan 2015 16:15:58 +0000 (17:15 +0100)
committerVolkan Gezer <volkangezer@gmail.com>
Sun, 11 Jan 2015 16:15:58 +0000 (17:15 +0100)
apps/files_trashbin/js/app.js

index c5de08d59222c228a91d6daf7c9d3f08c42c1c30..315349d293c43168aa6cfae50b1b85469a4a7002 100644 (file)
@@ -67,8 +67,8 @@ OCA.Trashbin.App = {
                        },
                        render: function(actionSpec, isDefault, context) {
                                var $actionLink = fileActions._makeActionLink(actionSpec, context);
-                               $actionLink.attr('original-title', t('files', 'Delete permanently'));
-                               $actionLink.children('img').attr('alt', t('files', 'Delete permanently'));
+                               $actionLink.attr('original-title', t('files_trashbin', 'Delete permanently'));
+                               $actionLink.children('img').attr('alt', t('files_trashbin', 'Delete permanently'));
                                context.$file.find('td:last').append($actionLink);
                                return $actionLink;
                        },