1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 12:41:29 +00:00

label editor: bugfixes

This commit is contained in:
Andrew Dolgov
2008-08-07 09:12:24 +01:00
parent 5be2805bce
commit 8c96d4b1da
2 changed files with 25 additions and 3 deletions

View File

@@ -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>";