diff --git a/functions.php b/functions.php
index f8253412b..1cdcaa644 100644
--- a/functions.php
+++ b/functions.php
@@ -4053,6 +4053,9 @@
//print "
--------";
print "".__('Assign label:')."";
+ print "
+ ".__("Create label...")."";
+
$result = db_query($link, "SELECT id, caption FROM ttrss_labels2 WHERE
owner_uid = '".$_SESSION["uid"]."' ORDER BY caption");