Browse Source

[svn r20112] #FS 4112

Patrick Cool 16 years ago
parent
commit
0dc18e1e49
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/admin/settings.php

+ 2 - 2
main/admin/settings.php

@@ -1,4 +1,4 @@
-<?php // $Id: settings.php 19832 2009-04-17 14:05:16Z pcool $
+<?php // $Id: settings.php 20112 2009-04-27 08:10:13Z pcool $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -640,7 +640,7 @@ function handle_stylesheets()
 					{
 						$selected = '';
 					}
-					$show_name=ucwords(str_replace('_',' ', $style_dir));
+					$show_name=get_lang($style_dir);
 					
 					if ($is_style_changeable)
 					{