Commit c5c1fd08 by David Baumgold

i18n

parent 84bbd84a
......@@ -38,7 +38,7 @@ $(function() {
$(window).on("beforeunload", function() {
var dirty = textbooks.find(function(textbook) { return textbook.isDirty(); });
if(dirty) {
return "You have unsaved changes. Do you really want to leave this page?";
return gettext("You have unsaved changes. Do you really want to leave this page?");
}
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment