cloudstack 3.0 UI - VPC feature - fix a bug that shortLabel was not localizable. (Reviewed-by: Brian)

This commit is contained in:
Jessica Wang 2012-08-21 16:46:04 -07:00
parent 03427ad705
commit d156a122de
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@
$action.addClass(action.id);
if (action.id != 'remove') {
$action.append($('<span>').addClass('label').html(shortLabel));
$action.append($('<span>').addClass('label').html(_l(shortLabel)));
} else {
$action.append($('<span>').addClass('icon').html('&nbsp;'));
}