diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 94fe9ab5b..73ccd6743 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -137,7 +137,7 @@ list_callback(int index, int *highlight, void *data) if( help_text[index].command == CMD_NONE ) { if( help_text[index].text ) - g_snprintf(buf, sizeof(buf), "%28s", _(help_text[index].text)); + g_snprintf(buf, sizeof(buf), " %s", _(help_text[index].text)); else if( help_text[index].highlight == 2 ) { |