better warning for no browser

This commit is contained in:
Simon Gomizelj 2013-11-23 20:37:18 -05:00
parent c2211c0496
commit a05fdcd4d1
1 changed files with 1 additions and 1 deletions

View File

@ -1184,7 +1184,7 @@ static void set_config(GtkWindow *window, VteTerminal *vte, config_info *info,
}
if (!info->browser) {
g_warning("There is no browser configured, disabling clickable_url and url hints");
g_warning("Couldn't read BROWSER and there is no browser configured, disabling clickable_url and url hints");
info->clickable_url = false;
}