aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-07-21 08:17:44 +0000
committerKalle Wallin <kaw@linux.se>2004-07-21 08:17:44 +0000
commit8a353e9ea3f1862ced9049468d6a049b0ef0d951 (patch)
tree4ee686b9975a68fd699f4af78858467c57e2b3ef /src/screen_help.c
parent9a500d13055f16b70796a5fce5ec6de4a2844187 (diff)
downloadmpd-8a353e9ea3f1862ced9049468d6a049b0ef0d951.tar.gz
mpd-8a353e9ea3f1862ced9049468d6a049b0ef0d951.tar.xz
mpd-8a353e9ea3f1862ced9049468d6a049b0ef0d951.zip
¡Español!
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1888 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/screen_help.c')
-rw-r--r--src/screen_help.c2
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 )
{