Skip to content

Commit

Permalink
Text changes for django-cms#1223
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jun 9, 2012
1 parent 3896ea7 commit fb9bcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/static/cms/js/change_form.js
Expand Up @@ -63,7 +63,7 @@
// saveform event handler
$('#page_form').submit(function(){
if($('iframe').length){
var question = gettext("Not all plugins are saved. Are you sure you want to save the page?\nAll unsaved plugin content will tried to save.");
var question = gettext("Not all plugins are saved. Are you sure you want to save the page?\nYou may lose your changes. To prevent that, press 'Cancel' and save every unsaved plugin(s) first.");
var answer = confirm(question, true);
if (answer){
$('iframe').contents().find('#content-main>form').each(function(){
Expand Down

0 comments on commit fb9bcd6

Please sign in to comment.