diff options
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-proxy-login-errors.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index b622fb31f9..f7da078213 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,8 @@ +2006-04-24 Sankar P <psankar@novell.com> + + * org-gnome-proxy-login-errors.xml: + Changed the ; in the end to a . in an error message + 2006-03-01 Sankar P <psankar@novell.com> * proxy-login.c: (proxy_get_password) diff --git a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml index 75162f4f21..d330f85287 100644 --- a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml +++ b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml @@ -3,7 +3,7 @@ <error id="invalid-user" type="error"> <primary>Invalid user</primary> <secondary> -Proxy login as "{0}" was unsuccessful. Please check Email Id and try again; +Proxy login as "{0}" was unsuccessful. Please check Email Id and try again. </secondary> </error> </error-list> |