Skip to content

Commit

Permalink
[#1716][xs]: Hotfix to string content. Closes #1716.
Browse files Browse the repository at this point in the history
  • Loading branch information
teajaymars committed Jan 26, 2012
1 parent 2bd50d9 commit eda8cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/js_strings.html
Expand Up @@ -22,7 +22,7 @@
CKAN.Strings.failedToSave = "${_('Failed to save, possibly due to invalid data ')}";
CKAN.Strings.addDataset = "${_('Add Dataset')}";
CKAN.Strings.addGroup = "${_('Add Group')}";
CKAN.Strings.youHaveUnsavedChanges = "${_('You have unsaved changes. Hit Save Changes below submit them.')}";
CKAN.Strings.youHaveUnsavedChanges = "${_("You have unsaved changed. Make sure to click 'Save Changes' below before leaving this page.")}";
CKAN.Strings.loading = "${_('Loading...')}";
CKAN.Strings.noNameBrackets = "${_('(no name)')}";
CKAN.Strings.deleteThisResourceQuestion = "${_('Delete the resource \'%name%\'?')}"
Expand Down

0 comments on commit eda8cba

Please sign in to comment.