Rename CMS.Views.Notification.Saving to Mini, in line with its more diverse modern usage.

This commit is contained in:
Peter Fogg
2013-07-11 12:59:57 -04:00
parent f3837009af
commit 9c8f63726f
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") + "…"
});
}