[Pkg-owncloud-commits] [owncloud] 96/104: Fix untranslated text when deleting user
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 13:33:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit aec0f06501312863fd719f01c72909a80cfa7d38
Author: Volkan Gezer <volkangezer at gmail.com>
Date: Wed Jan 15 18:36:33 2014 +0100
Fix untranslated text when deleting user
This should fix issue #6728
---
settings/js/users.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/js/users.js b/settings/js/users.js
index 6222c0e..540b849 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -44,7 +44,7 @@ var UserList = {
// Provide user with option to undo
$('#notification').data('deleteuser', true);
- OC.Notification.showHtml(t('users', 'deleted') + ' ' + escapeHTML(uid) + '<span class="undo">' + t('users', 'undo') + '</span>');
+ OC.Notification.showHtml(t('settings', 'deleted') + ' ' + escapeHTML(uid) + '<span class="undo">' + t('settings', 'undo') + '</span>');
},
/**
--
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