Author: heather
Date: 2007-03-16 11:54:32 -0800 (Fri, 16 Mar 2007)
New Revision: 3779
URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3779
Modified:
branches/HQ_3_0/web/WEB-INF/classes/ApplicationResources.properties
Log:
fix for hhq-748 [merge from trunk]
Modified: branches/HQ_3_0/web/WEB-INF/classes/ApplicationResources.properties
===================================================================
--- branches/HQ_3_0/web/WEB-INF/classes/ApplicationResources.properties 2007-03-16 19:51:28 UTC (rev 3778)
+++ branches/HQ_3_0/web/WEB-INF/classes/ApplicationResources.properties 2007-03-16 19:54:32 UTC (rev 3779)
@@ -2081,11 +2081,11 @@
# MONITORING: EVENTS: ERRORS / CONFIRMATIONS
alert.config.error.InvalidEmailAddress=The email addresses {0} has invalid syntax: {1}.
alert.config.error.InvalidEmailAddresses=One or more of the email addresses entered had invalid syntax: {0}.
-alert.config.error.invalidEmailAddressInput=One or more of the email addresses entered has illegal characters such as: [()<>;:\/"
-alert.config.error.noEmailAddressInput=You have not entered any email addresses in.
-alert.config.error.noMetaInput=Please enter Sys log meta information
-alert.config.error.noProductInput=Please enter Sys log product information
-alert.config.error.noVersionInput=Please enter Sys log version information
+alert.config.error.invalidEmailAddressInput= : One or more of the email addresses entered has illegal characters such as: [()<>;:\/"
+alert.config.error.noEmailAddressInput= : Please enter an email address
+alert.config.error.noMetaInput= : Please enter Sys log meta information
+alert.config.error.noProductInput= : Please enter Sys log product information
+alert.config.error.noVersionInput= : Please enter Sys log version information
alert.config.error.NoMetricSelected=You must select a metric for this condition.
alert.config.error.NoCustomPropertySelected=You must select an inventory property for this condition.
alert.config.error.NoControlActionSelected=You must select a control action for this condition.
|