From d8adc76125857374de1f41bd09becefc078d70cb Mon Sep 17 00:00:00 2001
From: Volkan Gezer <volkangezer@gmail.com>
Date: Sun, 11 Jan 2015 17:15:58 +0100
Subject: [PATCH] l10n: delete permanently fix

---
 apps/files_trashbin/js/app.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js
index c5de08d592..315349d293 100644
--- a/apps/files_trashbin/js/app.js
+++ b/apps/files_trashbin/js/app.js
@@ -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;
 			},
-- 
GitLab