aboutsummaryrefslogtreecommitdiff
path: root/cmd-choose-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-10-26 00:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2015-10-26 00:01:10 +0000
commitca29903c82b1439f7afdf607601075bdf58cdb3a (patch)
tree4cd811c04588c4dcd6f041cd471527d931d3a699 /cmd-choose-client.c
parentc14fb5b633e63cc5f20d1f67fe071e4d4404e48e (diff)
parente65306d8e7bd6db99bd0746cd16a21d2c066b8db (diff)
downloadrtmux-ca29903c82b1439f7afdf607601075bdf58cdb3a.tar.gz
rtmux-ca29903c82b1439f7afdf607601075bdf58cdb3a.tar.bz2
rtmux-ca29903c82b1439f7afdf607601075bdf58cdb3a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-choose-client.c')
-rw-r--r--cmd-choose-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-choose-client.c b/cmd-choose-client.c
index 93ac28a8..93a141ee 100644
--- a/cmd-choose-client.c
+++ b/cmd-choose-client.c
@@ -31,7 +31,7 @@
"#{client_tty}: #{session_name} " \
"[#{client_width}x#{client_height} #{client_termname}]" \
"#{?client_utf8, (utf8),}#{?client_readonly, (ro),} " \
- "(last used #{client_activity_string})"
+ "(last used #{t:client_activity})"
enum cmd_retval cmd_choose_client_exec(struct cmd *, struct cmd_q *);