Bug 13410 [QA Followup]
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
6d37e83e4d
commit
c7081a0852
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue