diff --git a/functions.js b/functions.js
index b8a704257..276911598 100644
--- a/functions.js
+++ b/functions.js
@@ -1347,7 +1347,7 @@ function infobox_callback2(transport) {
}
}
-function addFilter() {
+function createFilter() {
var form = document.forms['filter_add_form'];
var reg_exp = form.reg_exp.value;
@@ -1379,7 +1379,7 @@ function isValidURL(s) {
return s.match("http://") != null || s.match("https://") != null || s.match("feed://") != null;
}
-function qaddFeed() {
+function subscribeToFeed() {
var form = document.forms['feed_add_form'];
var feed_url = form.feed_url.value;
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 66b44da70..34f6311c9 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -61,7 +61,7 @@
print "