From 746dcf42995b4dea9da7036386a0649b38c4e095 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2008 07:05:12 +0100 Subject: hotkey support for prefs --- modules/pref-labels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pref-labels.php') 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 "

Sorry, labels have been administratively disabled for this installation. Please contact instance owner or edit configuration file to enable this functionality.

"; + print __("Sorry, labels have been administratively disabled for this installation. Please contact instance owner or edit configuration file to enable this functionality."); return; } -- cgit v1.2.3