Bug 13410 [QA Followup]

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Kyle Hall 2014-12-12 07:00:29 -05:00 committed by Tomas Cohen Arazi
parent 6d37e83e4d
commit c7081a0852

View file

@ -1340,7 +1340,7 @@
$('#categorycode_entry').change(function() {
var categorycode = $(this).val();
if (message_prefs_dirty) {
if (!confirm(_('Change messaging preferences to default for this category?'))) {
if (!confirm(_("Change messaging preferences to default for this category?"))) {
return;
}
}