mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 23:01:30 +00:00
edit profiles dialog: fix typo
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
print "<p>";
|
print "<p>";
|
||||||
|
|
||||||
$result = db_query($link, "SELECT title,id FROM ttrss_settings_profiles
|
$result = db_query($link, "SELECT title,id FROM ttrss_settings_profiles
|
||||||
WHERE owner_uid = ".$_SESSION["uid"]."ORDER BY title");
|
WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
|
||||||
|
|
||||||
print __('Select:')."
|
print __('Select:')."
|
||||||
<a href=\"javascript:selectPrefRows('fcat', true)\">".__('All')."</a>,
|
<a href=\"javascript:selectPrefRows('fcat', true)\">".__('All')."</a>,
|
||||||
|
|||||||
Reference in New Issue
Block a user