Fixed subheaders gettext in Tial Balance inquiry.
authorJanusz Dobrowolski <janusz@frontaccouting.eu>
Sat, 14 May 2011 07:45:41 +0000 (09:45 +0200)
committerJanusz Dobrowolski <janusz@frontaccouting.eu>
Sat, 14 May 2011 07:45:41 +0000 (09:45 +0200)
gl/inquiry/gl_trial_balance.php

index e4228cb2beb4180e8688c10dcbf7ca708c046654..12aa232445eb8404c49d476992d4877348d43b22 100644 (file)
@@ -86,7 +86,7 @@ function display_trial_balance($type, $typename)
                if (!$printtitle)
                {       
                        start_row("class='inquirybg' style='font-weight:bold'");
-                       label_cell("Group - ".$type ." - ".$typename, "colspan=8");
+                       label_cell(_("Group")." - ".$type ." - ".$typename, "colspan=8");
                        end_row();              
                        $printtitle = 1;                
                }       
@@ -138,7 +138,7 @@ function display_trial_balance($type, $typename)
                if (!$printtitle)
                {
                        start_row("class='inquirybg' style='font-weight:bold'");
-                       label_cell("Group - ".$type ." - ".$typename, "colspan=8");
+                       label_cell(_("Group")." - ".$type ." - ".$typename, "colspan=8");
                        end_row();              
                        $printtitle = 1;                
                }
@@ -189,7 +189,7 @@ $classresult = get_account_classes(false);
 while ($class = db_fetch($classresult))
 {
        start_row("class='inquirybg' style='font-weight:bold'");
-       label_cell("Class - ".$class['cid'] ." - ".$class['class_name'], "colspan=8");
+       label_cell(_("Class")." - ".$class['cid'] ." - ".$class['class_name'], "colspan=8");
        end_row();
 
        //Get Account groups/types under this group/type with no parents