about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-24 22:53:57 +0000
committerJames Booth <boothj5@gmail.com>2015-02-24 22:53:57 +0000
commit68a8ab3401046d4e8b62a8e0081db2b156f0c5b1 (patch)
tree2ba3db3306245bfc91c0845934e128752b6da5c3 /src/ui
parent84c02ffb72c2adae8d3a8b5231004b184c213d3e (diff)
downloadprofani-tty-68a8ab3401046d4e8b62a8e0081db2b156f0c5b1.tar.gz
Updated default preferences
Diffstat (limited to 'src/ui')
-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);