Make Others translatable
authorJamie Cameron <jcameron@webmin.com>
Sat, 29 Mar 2008 17:53:19 +0000 (17:53 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sat, 29 Mar 2008 17:53:19 +0000 (17:53 +0000)
blue-theme/lang/en
blue-theme/left.cgi

index 4877b96..29fb262 100644 (file)
@@ -6,6 +6,7 @@ left_search_webmin=Search Webmin:
 left_search_usermin=Search Usermin:
 left_search=Search:
 left_logs=View Module's Logs
+left_others=Others
 
 right_header0=System Information
 right_host=System hostname
index 97ee763..a39146e 100755 (executable)
@@ -188,7 +188,7 @@ EOF
 sub print_category_opener
 {
 local ($c, $status, $label) = @_;
-$label = $c eq "others" ? "Others" : $label;
+$label = $c eq "others" ? $text{'left_others'} : $label;
 local $img = $status ? "open.gif" : "closed.gif";
 
 # Show link to close or open catgory