diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-05-06 15:02:46 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-06 15:02:46 +0800 |
commit | a93c01e90efb74c433c883f17bb68f68a632ae90 (patch) | |
tree | 87f07cd0edc4b90e62e5a013a0e661abae2cc848 /plugins | |
parent | 66b21f7a5e66684e33362af8742354c26ca7e376 (diff) | |
download | gsoc2013-evolution-a93c01e90efb74c433c883f17bb68f68a632ae90.tar.gz gsoc2013-evolution-a93c01e90efb74c433c883f17bb68f68a632ae90.tar.zst gsoc2013-evolution-a93c01e90efb74c433c883f17bb68f68a632ae90.zip |
Fixes #273063
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #273063
* org-gnome-shared-folder-errors.xml:
* org-gnome-shared-folder-errors.xml.h:Removed the unwanted
tabs and new line characters.
svn path=/trunk/; revision=29300
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/shared-folder/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/shared-folder/org-gnome-shared-folder-errors.xml | 8 | ||||
-rw-r--r-- | plugins/shared-folder/org-gnome-shared-folder-errors.xml.h | 7 |
3 files changed, 11 insertions, 11 deletions
diff --git a/plugins/shared-folder/ChangeLog b/plugins/shared-folder/ChangeLog index afacc30504..99e3e2a86b 100644 --- a/plugins/shared-folder/ChangeLog +++ b/plugins/shared-folder/ChangeLog @@ -1,3 +1,10 @@ +2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #273063 + * org-gnome-shared-folder-errors.xml: + * org-gnome-shared-folder-errors.xml.h:Removed the unwanted + tabs and new line characters. + 2005-05-05 Srinivasa Ragavan <sragavan@novell.com> * properties.glade : Fixed a typo 272538 diff --git a/plugins/shared-folder/org-gnome-shared-folder-errors.xml b/plugins/shared-folder/org-gnome-shared-folder-errors.xml index 6a1339210f..5c82840c6a 100644 --- a/plugins/shared-folder/org-gnome-shared-folder-errors.xml +++ b/plugins/shared-folder/org-gnome-shared-folder-errors.xml @@ -2,16 +2,12 @@ <error-list domain="org.gnome.evolution.mail_shared_folder"> <error id="invalid-user" type="error"> <primary>Invalid user</primary> -<secondary> -You cannot share folder with specified user "{0}" -</secondary> +<secondary>You cannot share folder with specified user "{0}"</secondary> </error> <error id="no-user" type="error"> <primary>Specify User</primary> -<secondary> - You have to specify a user name whom you want to add to the list -</secondary> +<secondary>You have to specify a user name whom you want to add to the list</secondary> </error> diff --git a/plugins/shared-folder/org-gnome-shared-folder-errors.xml.h b/plugins/shared-folder/org-gnome-shared-folder-errors.xml.h index 7069f413b3..bce204dca8 100644 --- a/plugins/shared-folder/org-gnome-shared-folder-errors.xml.h +++ b/plugins/shared-folder/org-gnome-shared-folder-errors.xml.h @@ -1,11 +1,8 @@ /* org.gnome.evolution.mail_shared_folder:invalid-user primary */ char *s = N_("Invalid user"); /* org.gnome.evolution.mail_shared_folder:invalid-user secondary */ -char *s = N_("\n" - "You cannot share folder with specified user \"{0}\" \n" - ""); +char *s = N_("You cannot share folder with specified user \"{0}\""); /* org.gnome.evolution.mail_shared_folder:no-user primary */ char *s = N_("Specify User"); /* org.gnome.evolution.mail_shared_folder:no-user secondary */ -char *s = N_("\n" - "\tYou have to specify a user name whom you want to add to the list \n"); +char *s = N_("You have to specify a user name whom you want to add to the list"); |