summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-02 08:05:28 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-02 08:05:28 +0100
commitc173d9d7075f71d7c71abc2def05de07645e9911 (patch)
tree9e1499d3c6369724ed34602c2bdf36d5402cd8c8 /source
parent3b723deb90ad686a43f1bea986bf632995cfe99d (diff)
parent5378ec91b5fc740df54f2d1da45968e57acb4feb (diff)
Merge remote-tracking branch 'origin/master' into glib-loop
Diffstat (limited to 'source')
-rw-r--r--source/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/helper.c b/source/helper.c
index 87b4443c..60fe2899 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -578,7 +578,7 @@ void config_sanity_check ( Display *display )
}
// Have todo an estimate here.
if ( ( 2 * ( config.padding + config.menu_bw ) ) > ( 0.9 * ssize ) ) {
- g_string_append_printf ( msg, "\t<b>config.padding+config.menu_bw</b>=%d is to big for the minimum size of the monitor: %d.\n",
+ g_string_append_printf ( msg, "\t<b>config.padding+config.menu_bw</b>=%d is too big for the minimum size of the monitor: %d.\n",
( config.padding + config.menu_bw ), ssize );
config.padding = 0;