From 26bcf23ccee6eef5eae72d15222276e30b90d081 Mon Sep 17 00:00:00 2001 From: Melvin Hadasht Date: Sat, 5 Oct 2002 08:15:21 +0000 Subject: [PATCH] Made the actions help text for %p more clear --- ChangeLog.claws | 5 +++++ configure.in | 2 +- src/prefs_actions.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 05f0f8564..48d94b769 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2002-10-05 [melvin] 0.8.3claws47 + + * src/prefs_actions.c + Made the help text more clear for the %p token + 2002-10-04 [paul] 0.8.3claws46 * sync with 0.8.5 diff --git a/configure.in b/configure.in index a53987c5f..2e878e6ff 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ MINOR_VERSION=8 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws46 +EXTRA_VERSION=claws47 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/prefs_actions.c b/src/prefs_actions.c index 099d8c61b..a2cf0cb95 100644 --- a/src/prefs_actions.c +++ b/src/prefs_actions.c @@ -339,7 +339,7 @@ static void prefs_actions_create(MainWindow *mainwin) " & to run command asynchronously\n" " Use %f for message file name\n" " %F for the list of the file names of selected messages\n" - " %p for the selected message part.")); + " %p for the selected message MIME part.")); gtk_misc_set_alignment(GTK_MISC(help_label), 0, 0.5); gtk_label_set_justify(GTK_LABEL(help_label), GTK_JUSTIFY_LEFT); gtk_widget_show(help_label); -- 2.25.1