Doc System, change hardcoded labels

This commit is contained in:
Julio Cesar Laura
2013-03-14 15:15:04 -04:00
parent 9e0e980a23
commit 64e518fb49
81 changed files with 377 additions and 405 deletions

View File

@@ -17,7 +17,7 @@ function openCaseNotesWindow(appUid1, modalSw, appTitle, proUid, taskUid)
{
Ext.MessageBox.show({
msg: _('ID_CASE_NOTES_LOADING'),
progressText: 'Saving...',
progressText: _('ID_SAVING'),
width:300,
wait:true,
waitConfig: {interval:200},
@@ -385,7 +385,7 @@ function statusBarMessage( msg, isLoading, success ) {
});
} else {
statusBar.setStatus({
text: 'Error: ' + msg,
text: _('ID_ERROR') + ': ' + msg,
iconCls: 'x-status-error',
clear: true
});