translation fix

This commit is contained in:
Roland Gruber 2012-08-26 14:09:07 +00:00
parent a71b203391
commit 6ff3755e63
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class authorizedServiceObject extends baseModule {
* This function fills the error message array with messages
*/
function load_Messages() {
$this->messages['authorizedService'][0] = array('ERROR', 'Authorized services are invalid.'); // third array value is set dynamically
$this->messages['authorizedService'][0] = array('ERROR', _('Authorized services are invalid.')); // third array value is set dynamically
$this->messages['authorizedService'][1] = array('ERROR', _('Account %s:') . ' authorizedService', _('Please enter a valid list of service names.'));
}