]> spindle.queued.net Git - midori/commitdiff
Refer to regular expression as PATTERN like grep
authorChristian Dywan <christian@twotoasts.de>
Thu, 8 Apr 2010 21:27:04 +0000 (23:27 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 8 Apr 2010 21:27:04 +0000 (23:27 +0200)
midori/main.c

index 483a6aa0dec453667c3cf5e51ac6f1764040333f..b190e292f12fb102e61b68efd1727b7dd7507870 100644 (file)
@@ -1557,7 +1557,7 @@ main (int    argc,
        { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &uris,
        N_("Addresses"), NULL },
        { "block-uris", 'b', 0, G_OPTION_ARG_STRING, &block_uris,
-       N_("Block URIs according to regular expression REGEX"), _("REGEX") },
+       N_("Block URIs according to regular expression PATTERN"), _("PATTERN") },
        #ifdef HAVE_X11_EXTENSIONS_SCRNSAVER_H
        { "inactivity-reset", 'i', 0, G_OPTION_ARG_INT, &inactivity_reset,
        N_("Reset Midori after SECONDS seconds of inactivity"), N_("SECONDS") },