edit phrasing of some alert()s

This commit is contained in:
Andrew Dolgov
2018-12-02 16:30:32 +03:00
parent 3a6dae9203
commit 35ded4bc84
8 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ function emailArticle(id) {
var ids = Headlines.getSelected();
if (ids.length == 0) {
alert(__("No articles are selected."));
alert(__("No articles selected."));
return;
}