From 248c41d3499771e6d166e2c4b810394bc297dc61 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 7 May 2012 11:27:49 -0700 Subject: [PATCH] cloudstack 3.0 UI - localization - add new label of MD5 checksum --- client/WEB-INF/classes/resources/messages.properties | 1 + ui/index.jsp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 911725c1f72..ae1d76a7545 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -11,6 +11,7 @@ label.number.of.virtual.routers=Number of Virtual Routers label.action.register.iso=Register ISO label.isolation.method=Isolation method label.action.register.template=Register template +label.checksum=MD5 checksum #new labels (end) ************************************************************************************************ diff --git a/ui/index.jsp b/ui/index.jsp index c93836601ee..5b96c39910f 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -2951,6 +2951,7 @@ dictionary = { 'message.validate.instance.name': '', 'label.action.register.template': '', 'label.action.register.iso': '', -'label.isolation.method': '' +'label.isolation.method': '', +'label.checksum': '' };