From cd26a513dfc3339aee4f4db74c231dedece737ab Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 27 May 2004 22:06:37 +0000 Subject: s/${0}/{0}/g 2004-05-27 Jeffrey Stedfast * mail-composer-errors.xml: s/${0}/{0}/g svn path=/trunk/; revision=26117 --- composer/ChangeLog | 4 ++++ composer/mail-composer-errors.xml | 12 ++++++------ composer/mail-composer-errors.xml.h | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'composer') diff --git a/composer/ChangeLog b/composer/ChangeLog index 1cc35f7439..a9e228b311 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2004-05-27 Jeffrey Stedfast + + * mail-composer-errors.xml: s/${0}/{0}/g + 2004-05-27 Rodney Dawes * Makefile.am (EXTRA_DIST): Add $(error_i18n) diff --git a/composer/mail-composer-errors.xml b/composer/mail-composer-errors.xml index 96ace3dd7b..ff332c622a 100644 --- a/composer/mail-composer-errors.xml +++ b/composer/mail-composer-errors.xml @@ -1,13 +1,13 @@ - + - You cannot attach the file `${0}' to this message. - ${1} + You cannot attach the file `{0}' to this message. + {1} - The file `${0}' is not a regular file and cannot be sent in a message. + The file `{0}' is not a regular file and cannot be sent in a message. @@ -39,12 +39,12 @@ Could not create message. - Because "${0}", you may need to select different mail options. + Because "{0}", you may need to select different mail options. Could not read signature file "{0}". - Because "${1}". + Because "{1}". diff --git a/composer/mail-composer-errors.xml.h b/composer/mail-composer-errors.xml.h index d45b635ecc..8527e3e72f 100644 --- a/composer/mail-composer-errors.xml.h +++ b/composer/mail-composer-errors.xml.h @@ -1,9 +1,9 @@ /* mail-composer:no-attach primary */ -char *s = N_("You cannot attach the file `${0}' to this message."); +char *s = N_("You cannot attach the file `{0}' to this message."); /* mail-composer:no-attach secondary */ -char *s = N_("${1}"); +char *s = N_("{1}"); /* mail-composer:attach-notfile primary */ -char *s = N_("The file `${0}' is not a regular file and cannot be sent in a message."); +char *s = N_("The file `{0}' is not a regular file and cannot be sent in a message."); /* mail-composer:attach-directory primary */ char *s = N_("Directories can not be attached to Messages."); /* mail-composer:attach-directory secondary */ @@ -31,11 +31,11 @@ char *s = N_("Save Message"); /* mail-composer:no-build-message primary */ char *s = N_("Could not create message."); /* mail-composer:no-build-message secondary */ -char *s = N_("Because \"${0}\", you may need to select different mail options."); +char *s = N_("Because \"{0}\", you may need to select different mail options."); /* mail-composer:no-sig-file primary */ char *s = N_("Could not read signature file \"{0}\"."); /* mail-composer:no-sig-file secondary */ -char *s = N_("Because \"${1}\"."); +char *s = N_("Because \"{1}\"."); /* mail-composer:all-accounts-deleted primary */ char *s = N_("All accounts have been removed."); /* mail-composer:all-accounts-deleted secondary */ -- cgit v1.2.3