justify actions' help text
[claws.git] / src / prefs_actions.c
index 1d2a3fbe659095ae9525025c28d104545d1806ba..828467d46502f7d7323c7590e21e8a3c1f2ee3bf 100644 (file)
@@ -1798,15 +1798,16 @@ static gchar *actions_desc_strings[] = {
        N_("   Use / in menu name to make submenus."),
        "",
        N_("Command line:"),
-       N_("   Begin with:"),
+       N_("* Begin with:"),
        N_("     | to send message body or selection to command"),
        N_("     > to send user provided text to command"),
        N_("     * to send user provided hidden text to command"),
-       N_(" End with:"),
+       N_("* End with:"),
        N_("     | to replace message body or selection with command output"),
        N_("     > to insert command's output without replacing old text"),
        N_("     & to run command asynchronously"),
-       N_(" Use %f for message file name"),
+       N_("* Use:"),
+       N_("     %f for message file name"),
        N_("     %F for the list of the file names of selected messages"),
        N_("     %p for the selected message MIME part."),
        NULL