]> git.wh0rd.org - tt-rss.git/blobdiff - modules/pref-prefs.php
localization fixes
[tt-rss.git] / modules / pref-prefs.php
index a09c7f20c34fc5ed4029b2bc1472e61eb50af929..3cd557d977564c9eba0f2c39579f3b01240f3f24 100644 (file)
                                $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") {