about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 194d7698..8f1a1143 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1004,7 +1004,7 @@ cons_roster_setting(void)
         cons_show("Roster resource (/roster)     : hide");
 
     char *by = prefs_get_string(PREF_ROSTER_BY);
-    cons_show("Roster by (/roster            : %s", by);
+    cons_show("Roster by (/roster)           : %s", by);
 
     int size = prefs_get_roster_size();
     cons_show("Roster size (/roster)         : %d", size);