diff options
Diffstat (limited to 'filter')
-rw-r--r-- | filter/ChangeLog | 2 | ||||
-rw-r--r-- | filter/filtertypes.xml | 2 | ||||
-rw-r--r-- | filter/libfilter-i18n.h | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index dfc3602574..8d2ed5f462 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,5 +1,7 @@ 2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> + * filtertypes.xml: Changed Priority to Score. + * filter-option.c (get_widget): Attach to the "activate" signal - this should now make it so that a filter-option will "remember" what a user changed. diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index e0837cf09e..f8c6f6ef91 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -384,7 +384,7 @@ </part> <part name="score"> - <title>Priority</title> + <title>Score</title> <input type="optionlist" name="score-type"> <option value="less-than"> <title>is</title> diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h index b38f69c314..ffc805f9bb 100644 --- a/filter/libfilter-i18n.h +++ b/filter/libfilter-i18n.h @@ -12,9 +12,9 @@ char *s = N_("Message Header"); char *s = N_("Message was received"); char *s = N_("Message was sent"); char *s = N_("Move to Folder"); -char *s = N_("Priority"); char *s = N_("Recipients"); char *s = N_("Regex Match"); +char *s = N_("Score"); char *s = N_("Sender"); char *s = N_("Set Status"); char *s = N_("Source"); |