Browse Source

Minor change in new dashboard plugin

Yannick Warnier 12 years ago
parent
commit
139c5309e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin/dashboard/block_global_info/block_global_info.class.php

+ 1 - 1
plugin/dashboard/block_global_info/block_global_info.class.php

@@ -92,7 +92,7 @@ class BlockGlobalInfo extends Block {
 
          $global_data = $this->get_global_information_data();
          $content = '<div style="margin:10px;">';
-         $content .= '<h3><font color="#000">'.get_lang('PortalInformation').'</font></h3>';
+         $content .= '<h3><font color="#000">'.get_lang('GlobalPlatformInformation').'</font></h3>';
          if (!empty($global_data)) {
              $data_table = '<table class="data_table" width:"95%">';
              $i = 1;