BUG 8932 Untranslatable strings SOLVED

- There was a issue with the class that creates the string of translations,
  was fixed this and too has add it two labels for TRUE and FALSE
This commit is contained in:
Alvaro Campos
2012-06-06 15:30:57 -04:00
parent 833f99241c
commit bc121f65cc
3 changed files with 3 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ Ext.onReady(function(){
if(uploader.getForm().isValid()){
uploader.getForm().submit({
url: 'languages_Import',
waitTitle:'',
waitMsg: _('ID_UPLOADING_TRANSLATION_FILE'),
success: function(o, resp){
w.close();