From f1bfec332f168364ada51254bce950700a1f5731 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 4 Oct 2016 00:40:56 +0200 Subject: Rename "roster" to "contact list" --- plugins/vcard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/vcard.py') diff --git a/plugins/vcard.py b/plugins/vcard.py index 46cacda0..759c9929 100644 --- a/plugins/vcard.py +++ b/plugins/vcard.py @@ -13,7 +13,7 @@ Command **Usage (in a chatroom tab):** ``/vcard `` - **Usage (in a conversation or roster tab):** ``/vcard [jid]`` + **Usage (in a conversation or contact list tab):** ``/vcard [jid]`` Globally, you can do ``/vcard user@server.example`` to get a vcard. @@ -22,8 +22,8 @@ Command user@server.example``). In a private or a direct conversation, you can do ``/vcard`` to request - vcard from the current interlocutor, and in the roster to do it on the - currently selected contact. + vcard from the current interlocutor, and in the contact list to do it + on the currently selected contact. """ from poezio.decorators import command_args_parser -- cgit v1.2.3