From b0c97aa9d96e477f411b914b625166aaac6a5e6e Mon Sep 17 00:00:00 2001 From: Kálmán Viktor <kviktor@cloud.bme.hu> Date: Wed, 11 Sep 2013 13:05:30 +0200 Subject: [PATCH] network: internationalization fix in js --- circle/network/static/js/host.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle/network/static/js/host.js b/circle/network/static/js/host.js index 561bc09..3122e08 100644 --- a/circle/network/static/js/host.js +++ b/circle/network/static/js/host.js @@ -17,12 +17,12 @@ $('i[class="icon-remove"]').click(function() { message: s, buttons: { cancel: { - 'label': "Cancel", + 'label': gettext("Cancel"), 'className': "btn-info", 'callback': function () {} }, remove: { - 'label': "Remove", + 'label': gettext("Remove"), 'className': "btn-danger", 'callback': function() { delete_rule_or_group(click_this); -- libgit2 0.26.0