[Xfce4-commits] <midori:master> Refer to regular expression as PATTERN like grep

Christian Dywan noreply at xfce.org
Thu Apr 8 23:24:01 CEST 2010


Updating branch refs/heads/master
         to b389c5bcde462888bb533c9106a7dd0adfcae058 (commit)
       from 63a5eeb0f0b18e5fa3cd0c260e47b7fe7491bfeb (commit)

commit b389c5bcde462888bb533c9106a7dd0adfcae058
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Apr 8 23:27:04 2010 +0200

    Refer to regular expression as PATTERN like grep

 midori/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index 483a6aa..b190e29 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -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") },



More information about the Xfce4-commits mailing list