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:
parent
cb7bfac3ad
commit
82fa2f25e3
1 changed files with 1 additions and 1 deletions
|
@ -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.'));
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue