# HG changeset patch # User Franck Deroche # Date 1293800743 -3600 # Node ID be7efc2a145e16074e43b9533fcdf4e8aa3d47ed # Parent 09e998f65556299f6d764ba342a8fc10f78e90ae Allow for translation of the "Bad response form submission" message. Even though it'll hopefully happen less frequently, the message should still be translatable. diff -r 09e998f65556 -r be7efc2a145e popups.js --- a/popups.js Fri Dec 31 14:03:41 2010 +0100 +++ b/popups.js Fri Dec 31 14:05:43 2010 +0100 @@ -932,7 +932,7 @@ Popups.formSuccess(popup, json); }, error: function() { - Popups.message("Bad Response form submission"); + Popups.message(Drupal.t("Bad Response form submission")); } }); }