Merge pull request #376 from edx/peter-fogg/rename-notification-save

Rename CMS.Views.Notification.Saving to Mini.
This commit is contained in:
Peter Fogg
2013-07-11 14:25:44 -07:00
7 changed files with 13 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ CMS.Models.Section = Backbone.Model.extend({
},
showNotification: function() {
if(!this.msg) {
this.msg = new CMS.Views.Notification.Saving({
this.msg = new CMS.Views.Notification.Mini({
title: gettext("Saving") + "…"
});
}