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, "\tconfig.padding+config.menu_bw=%d is to big for the minimum size of the monitor: %d.\n", + g_string_append_printf ( msg, "\tconfig.padding+config.menu_bw=%d is too big for the minimum size of the monitor: %d.\n", ( config.padding + config.menu_bw ), ssize ); config.padding = 0;