Doc System, change hardcoded labels
This commit is contained in:
@@ -26,7 +26,7 @@ new Ext.KeyMap(document, {
|
||||
document.location = document.location;
|
||||
}
|
||||
else
|
||||
Ext.Msg.alert('Refresh', 'You clicked: CTRL-F5');
|
||||
Ext.Msg.alert( _('ID_REFRESH_LABEL') , _('ID_REFRESH_MESSAGE') );
|
||||
}
|
||||
});
|
||||
|
||||
@@ -627,7 +627,7 @@ deleteProcess = function(){
|
||||
errMsg += e + '<br/>';
|
||||
}
|
||||
Ext.MessageBox.show({
|
||||
title: 'Error',
|
||||
title: _('ID_ERROR'),
|
||||
msg: errMsg,
|
||||
buttons: Ext.MessageBox.OK,
|
||||
icon: Ext.MessageBox.ERROR
|
||||
|
||||
Reference in New Issue
Block a user