summaryrefslogtreecommitdiff
path: root/modules/pref-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-25 18:19:09 +0100
committerAndrew Dolgov <[email protected]>2009-01-25 18:19:09 +0100
commit2a52d96fe6365b1516241180e88df3492ae54e2f (patch)
tree434819d13477d11965992b7259647dd4180cc27c /modules/pref-prefs.php
parent3c374d637047676f1a248d5474f62e20b0542d57 (diff)
localization fixes
Diffstat (limited to 'modules/pref-prefs.php')
-rw-r--r--modules/pref-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index a09c7f20c..3cd557d97 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -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") {