From 28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 26 Mar 2004 05:10:04 +0000 Subject: return the added option. (clone): make sure we set the current option 2004-03-26 Not Zed * filter-option.c (filter_option_add): return the added option. (clone): make sure we set the current option properly on the new copy. See #56028. * filtertypes.xml: s/pipe to shell command/pipe to program/ s/shell command/run program/, cleans up the UI a lot. svn path=/trunk/; revision=25194 --- filter/libfilter-i18n.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/libfilter-i18n.h') diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h index 0546be1579..2f5a65ebe7 100644 --- a/filter/libfilter-i18n.h +++ b/filter/libfilter-i18n.h @@ -41,7 +41,7 @@ char *s = N_("Message Header"); char *s = N_("Message is Junk"); char *s = N_("Message is not Junk"); char *s = N_("Move to Folder"); -char *s = N_("Pipe Message to Shell Command"); +char *s = N_("Pipe to Program"); char *s = N_("Play Sound"); char *s = N_("Read"); char *s = N_("Recipients"); @@ -50,10 +50,10 @@ char *s = N_("Replied to"); char *s = N_("returns"); char *s = N_("returns greater than"); char *s = N_("returns less than"); +char *s = N_("Run Program"); char *s = N_("Score"); char *s = N_("Sender"); char *s = N_("Set Status"); -char *s = N_("Shell Command"); char *s = N_("Size (kB)"); char *s = N_("sounds like"); char *s = N_("Source Account"); -- cgit