1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:15:55 +00:00

removed Error: from error messages

This commit is contained in:
Andrew Dolgov
2005-08-23 12:38:56 +01:00
parent 0b61568170
commit c753cd3232

View File

@@ -69,7 +69,7 @@ function addFeed() {
var link = document.getElementById("fadd_link");
if (link.value.length == 0) {
notify("Error: Missing feed URL.");
notify("Missing feed URL.");
} else {
notify("Adding feed...");
@@ -126,7 +126,7 @@ function readSelectedFeeds() {
} else {
notify("Error: Please select some feeds first.");
notify("Please select some feeds first.");
}
}
@@ -146,7 +146,7 @@ function unreadSelectedFeeds() {
} else {
notify("Error: Please select some feeds first.");
notify("Please select some feeds first.");
}
}
@@ -166,7 +166,7 @@ function removeSelectedFeeds() {
} else {
notify("Error: Please select some feeds first.");
notify("Please select some feeds first.");
}