summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-04 00:40:56 +0200
committermathieui <mathieui@mathieui.net>2016-10-04 00:40:56 +0200
commitf1bfec332f168364ada51254bce950700a1f5731 (patch)
tree422239c7b0874fd2a562a7abe4383b622f7c3120 /plugins
parent5a6ba4dda826308fd3ba5abd8cc25fba2166a431 (diff)
downloadpoezio-f1bfec332f168364ada51254bce950700a1f5731.tar.gz
poezio-f1bfec332f168364ada51254bce950700a1f5731.tar.bz2
poezio-f1bfec332f168364ada51254bce950700a1f5731.tar.xz
poezio-f1bfec332f168364ada51254bce950700a1f5731.zip
Rename "roster" to "contact list"
Diffstat (limited to 'plugins')
-rw-r--r--plugins/close_all.py2
-rw-r--r--plugins/vcard.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/close_all.py b/plugins/close_all.py
index 70dcd21c..66d9f7ec 100644
--- a/plugins/close_all.py
+++ b/plugins/close_all.py
@@ -1,5 +1,5 @@
"""
-``close_all`` plugin: close all tabs except chatrooms and the roster.
+``close_all`` plugin: close all tabs except chatrooms and the contact lis.
Commands
--------
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 <jid or nick>``
- **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