1
0
Fork 0
mirror of https://github.com/NaN-tic/sao-old.git synced 2023-12-14 02:12:52 +01:00

Remove exclamation point on user error messages

issue5978
review34401002
This commit is contained in:
Xavier Codinas 2016-10-28 09:17:07 +02:00
parent cb7bfac3ad
commit 82fa2f25e3

View file

@ -165,7 +165,7 @@
Sao.Action.exec_action(action, data, context);
}, function() {
if (jQuery.isEmptyObject(keyact) && warning) {
alert(Sao.i18n.gettext('No action defined!'));
alert(Sao.i18n.gettext('No action defined.'));
}
});
};