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/mail-composer-errors.xml.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'composer/mail-composer-errors.xml.h') 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