diff options
author | Sankar P <psankar@novell.com> | 2006-04-24 12:15:34 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2006-04-24 12:15:34 +0800 |
commit | 879cce6697ca6a12fd9e9550489f88a46cffad87 (patch) | |
tree | 0c93d2f55d9be442642f16c3f5999dcc344e17f6 | |
parent | 682f26a7b2f73faffee2890e3be40caf71444a32 (diff) | |
download | gsoc2013-evolution-879cce6697ca6a12fd9e9550489f88a46cffad87.tar.gz gsoc2013-evolution-879cce6697ca6a12fd9e9550489f88a46cffad87.tar.zst gsoc2013-evolution-879cce6697ca6a12fd9e9550489f88a46cffad87.zip |
Changed the ; in the end to a . in an error message
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
svn path=/trunk/; revision=31872
-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> |