Change PROMPT_GO from "URL:" to "Go:"

This looks more apropriate because URL is too specific and _SURF_GO can
be set to other things.
This commit is contained in:
ssd 2017-05-11 00:55:29 +02:00 committed by Quentin Rameau
parent 47b145f2ec
commit b115434720
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static int winsize[] = { 800, 600 };
static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
WEBKIT_FIND_OPTIONS_WRAP_AROUND;
#define PROMPT_GO "URL:"
#define PROMPT_GO "Go:"
#define PROMPT_FIND "Find:"
/* SETPROP(readprop, setprop, prompt)*/