Improve the unsaved edits warning for Potlatch 2

This commit is contained in:
Tom Hughes 2010-11-30 21:12:21 +00:00
parent f43f8996c9
commit 70d75e3dc0
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@
window.onbeforeunload=function() {
if (!changesaved) {
return '<%= escape_javascript(t('site.edit.potlatch_unsaved_changes')) %>';
return '<%= escape_javascript(t('site.edit.potlatch2_unsaved_changes')) %>';
}
}