summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 07:05:12 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 07:05:12 +0100
commit746dcf42995b4dea9da7036386a0649b38c4e095 (patch)
tree1ddec89043e09de54624d5a902ad1767fcd75370 /modules/pref-labels.php
parent85ef21180b828f383d73ae6daaa2dbb5947fafca (diff)
hotkey support for prefs
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 65948ce43..e9e6ee860 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -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;
}