1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 19:49:15 +00:00

hotkey support for prefs

This commit is contained in:
Andrew Dolgov
2008-05-16 07:05:12 +01:00
parent 85ef21180b
commit 746dcf4299
6 changed files with 137 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
function module_pref_labels($link) {
if (!GLOBAL_ENABLE_LABELS) {
print "<p>Sorry, labels have been administratively disabled for this installation. Please contact instance owner or edit configuration file to enable this functionality.</p>";
print __("Sorry, labels have been administratively disabled for this installation. Please contact instance owner or edit configuration file to enable this functionality.");
return;
}