summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorssd <ssd@mailless.org>2017-05-11 00:55:29 +0200
committerQuentin Rameau <quinq@fifth.space>2017-05-11 09:22:43 +0200
commitb1154347205201351be6b0d027e86f16f709599b (patch)
treeb052f0d9b60e46a3947aaee7e55a0b06da62798f
parent47b145f2ec79ce79172bcd4fd36149c34d9085df (diff)
downloadsurf-b1154347205201351be6b0d027e86f16f709599b.tar.gz
surf-b1154347205201351be6b0d027e86f16f709599b.tar.bz2
surf-b1154347205201351be6b0d027e86f16f709599b.zip
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.
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index eff9d43..46f7040 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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)*/