mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
localization fixes
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
$help_text = db_fetch_result($result, 0, "help_text");
|
||||
print $help_text;
|
||||
} else {
|
||||
print "Unknown option: $pref_name";
|
||||
printf(__("Unknown option: %s"), $pref_name);
|
||||
}
|
||||
|
||||
} else if ($subop == "change-email") {
|
||||
|
||||
Reference in New Issue
Block a user