Made the actions help text for %p more clear
[claws.git] / src / prefs_actions.c
index 099d8c61bafbdcfc77676e952c8784f869d3783d..a2cf0cb95e60fb107a771b02ae3a9766cec6f871 100644 (file)
@@ -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);