summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-07 09:12:24 +0100
committerAndrew Dolgov <[email protected]>2008-08-07 09:12:24 +0100
commit8c96d4b1da8b2628d3e3067217704f7539aee4f9 (patch)
tree9ddfb55b742ef279d177d20314d0616b8a7bc5c3 /functions.php
parent5be2805bce93872cf9b10009fdad77a3362f0a8c (diff)
label editor: bugfixes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index 23d618b8d..eb67f520e 100644
--- a/functions.php
+++ b/functions.php
@@ -5660,9 +5660,9 @@
print "<option value=\"updated\">".__("Updated articles")."</option>";
print "<option value=\"kw_title\">".__("Title contains")."</option>";
print "<option value=\"kw_content\">".__("Content contains")."</option>";
- print "<option value=\"scoreE\">".__("Score is equals")."</option>";
- print "<option value=\"scoreG\">".__("Score is less than")."</option>";
- print "<option value=\"scoreL\">".__("Score is greater than")."</option>";
+ print "<option value=\"scoreE\">".__("Score equals")."</option>";
+ print "<option value=\"scoreG\">".__("Score is greater than")."</option>";
+ print "<option value=\"scoreL\">".__("Score is less than")."</option>";
print "<option value=\"newerH\">".__("Articles newer than X hours")."</option>";
print "<option value=\"newerD\">".__("Articles newer than X days")."</option>";