mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 02:01:28 +00:00
several translation fixes, update translations
This commit is contained in:
@@ -139,7 +139,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
|
||||
$folder = array();
|
||||
$folder['id'] = $line["action_id"];
|
||||
$folder['name'] = $line["action_name"];
|
||||
$folder['name'] = __($line["action_name"]);
|
||||
$folder['items'] = array();
|
||||
$action_id = $line["action_id"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user