2007-08-25 [paul] 2.10.0cvs175
[claws.git] / src / prefs_actions.c
index a9aaa620b6c12a82a9f231add93c36d0019a44eb..6c1c0f180285b82d9a59d59f995a8f29d66d9727 100644 (file)
@@ -568,11 +568,7 @@ static gint prefs_actions_clist_set_row(GtkTreeIter *row)
        }
 
        if (action_get_type(entry_text) == ACTION_ERROR) {
-               gchar *message;
-               message = g_markup_printf_escaped(_("The command\n%s\nhas a syntax error."),
-                                               entry_text);
-               alertpanel_error(message);
-               g_free(message);
+               alertpanel_error(_("The command\n%s\nhas a syntax error."), entry_text);
                return -1;
        }
 
@@ -826,7 +822,7 @@ static gchar *actions_desc_strings[] = {
        "     %h",  N_("for a user provided hidden argument (e.g. password)"),
        "     %s",  N_("for the text selection"),
        "  %as{}",  N_("apply filtering actions between {} to selected messages"),
-       "     %%",  N_("for a literal % sign"),
+       "     %%",  N_("for a literal %"),
        NULL, NULL
 };