add some more dijit Buttons

This commit is contained in:
Andrew Dolgov
2010-11-21 13:13:34 +03:00
parent 7ce0ea28ce
commit d2d7535324
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -809,7 +809,7 @@ function opmlImport() {
var opml_file = $("opml_file");
if (opml_file.value.length == 0) {
alert(__("No OPML file to upload."));
alert(__("Please choose an OPML file first."));
return false;
} else {
notify_progress("Importing, please wait...", true);