Browse Source

Update use of language terms in sublanguage interface

Yannick Warnier 8 years ago
parent
commit
b7781338ab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/admin/sub_language.php

+ 2 - 2
main/admin/sub_language.php

@@ -361,8 +361,8 @@ $table->set_header(0, get_lang('LanguageFile'));
 $table->set_header(1, get_lang('LanguageVariable'));
 $table->set_header(2, get_lang('EnglishName'));
 $table->set_header(3, get_lang('OriginalName'));
-$table->set_header(4, get_lang('SubLanguage'),false);
-$table->set_header(5, get_lang('Edit'),false);
+$table->set_header(4, get_lang('Translation'),false);
+$table->set_header(5, get_lang('Action'),false);
 $table->display();
 
 Display :: display_footer();