Index: trunk/src/action.c =================================================================== --- trunk/src/action.c (revision 828) +++ trunk/src/action.c (revision 829) @@ -5463,7 +5463,7 @@ if (pattern || (pattern = - gui->prompt_for (_("Enter pattern:"), "")) != NULL) + gui->prompt_for (_("Enter regex pattern:"), "")) != NULL) { if (SelectObjectByName (type, pattern, true)) SetChangedFlag (true); @@ -5649,7 +5649,7 @@ if (pattern || (pattern = - gui->prompt_for (_("Enter pattern:"), "")) != NULL) + gui->prompt_for (_("Enter regex pattern:"), "")) != NULL) { if (SelectObjectByName (type, pattern, false)) SetChangedFlag (true);