Ticket #184: patch.diff

File patch.diff, 645 bytes (added by waclawjacek, 14 months ago)
  • editor.js

     
    118118                if (!$gp.editor.current || !$gp.editor.current.translation_id) return; 
    119119                var editor = $gp.editor.current; 
    120120                button.attr('disabled', 'disabled');             
    121                 $gp.notices.notice('Setting status to “'+status+'„…'); 
     121                $gp.notices.notice('Setting status to “'+status+'”…'); 
    122122                var data = {translation_id: editor.translation_id, status: status}; 
    123123                $.ajax({type: "POST", url: $gp_editor_options.set_status_url, data: data, 
    124124                        success: function(data){