Remove all ellipses

It's a problem for accessibility
This commit is contained in:
Bertrand Marron
2014-10-29 19:43:23 +01:00
committed by David Baumgold
parent ab87cd746d
commit c4a7d770cc
39 changed files with 53 additions and 53 deletions

View File

@@ -289,7 +289,7 @@ define(["jquery", "jquery.ui", "underscore", "gettext", "js/views/feedback_notif
};
saving = new NotificationView.Mini({
title: gettext('Saving…')
title: gettext('Saving')
});
saving.show();
element.addClass('was-dropped');