BUG 9747 Error in source code SOLVED

- Wrong translation uid
- Change the worng translation uid
This commit is contained in:
Julio Cesar Laura
2012-09-13 15:34:56 -04:00
parent bc00312e8e
commit 16f6519072

View File

@@ -455,7 +455,7 @@ DeletePMTable = function() {
if (btn == "yes") {
Ext.Msg.show({
title : '',
msg : _('ID_REMOVING_SELECTD_TABLES'),
msg : _('ID_REMOVING_SELECTED_TABLES'),
wait:true,
waitConfig: {interval:500}
});