diff --git a/src/elogd.c b/src/elogd.c index 0dd1ecf1..a3848d3b 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.563 2005/02/16 08:22:25 ritt + Added web link to regular expressions + Revision 1.562 2005/02/16 08:15:00 ritt Test regular expressions for validity @@ -8995,8 +8998,12 @@ void show_find_form(LOGBOOK * lbs) rsprintf("\n"); rsprintf("%s:", loc("Filters")); - rsprintf("  (%s)
", - loc("Text fields are treated as regular expressions")); + sprintf(str, ""); + strcat(str, loc("regular expressions")); + strcat(str, ""); + rsprintf("  ("); + rsprintf(loc("Text fields are treated as %s"), str); + rsprintf(")
"); /* table for two-column items */ rsprintf("\n");