diff options
author | Josh Rickmar <jrick@devio.us> | 2012-08-06 11:43:47 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-08-06 11:43:47 -0400 |
commit | d397399c349d36f611a5aac6fa53528d2fe2eaea (patch) | |
tree | 17322fc804dd68e25902f5935fe6ae2d23b0c509 | |
parent | b30abd2bd92fc7bc69796dbb9031812114474d7d (diff) | |
download | xombrero-d397399c349d36f611a5aac6fa53528d2fe2eaea.tar.gz |
Fix reminder message on about:about
The browser needs to be restarted, not just "reloaded" (which could be misinterpreted as reloading the about page).
-rw-r--r-- | about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c index 560a795..db76510 100644 --- a/about.c +++ b/about.c @@ -1254,7 +1254,7 @@ xtp_page_ab(struct tab *t, struct karg *args) "<br><b>WebKit API: %.1f</b>" #endif "<br><b>Configuration: %s" PS "<a href='%s%d/%s/%d'>.%s</a>" - " (remember to reload after any changes)</b>" + " (remember to restart the browser after any changes)</b>" "<p>" "Authors:" "<ul>" |