Merge pull request #39 from alvarocs/BUG-8932

BUG 8932 Untranslatable strings   SOLVED
This commit is contained in:
julceslauhub
2012-06-06 13:52:07 -07:00
3 changed files with 3 additions and 2 deletions

View File

@@ -398,7 +398,7 @@ var Conditional = function(DYN_UID){
if(this.canSave){
if( saving != true ){
bResult = (result)? 'TRUE': 'FALSE';
bResult = (result)? _('ID_TRUE'): _('ID_FALSE');
oResultDiv = document.getElementById("ResultMessageTD");
oResultDiv.style.display = 'block';
oResultDiv.style.backgroundColor = '#BFCCC5';

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();