Author: heather
Date: 2007-03-16 11:51:28 -0800 (Fri, 16 Mar 2007)
New Revision: 3778
URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3778
Modified:
trunk/web/WEB-INF/classes/ApplicationResources.properties
Log:
fix for hhq-748 added a colon to the erros in aescalation admin and changed one line of text
Modified: trunk/web/WEB-INF/classes/ApplicationResources.properties
===================================================================
--- trunk/web/WEB-INF/classes/ApplicationResources.properties 2007-03-16 16:08:07 UTC (rev 3777)
+++ trunk/web/WEB-INF/classes/ApplicationResources.properties 2007-03-16 19:51:28 UTC (rev 3778)
@@ -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.
|