summaryrefslogtreecommitdiff
path: root/poezio/windows/roster_win.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
committermathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
commit9dd5f0b4dee221db713ad8f36f9c23ea5bee7045 (patch)
treebdc1d522311aea5e2024bb9097a5939c9a60ab7a /poezio/windows/roster_win.py
parentf1bfec332f168364ada51254bce950700a1f5731 (diff)
downloadpoezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.gz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.bz2
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.xz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.zip
"information" is already plural, fix wording
Diffstat (limited to 'poezio/windows/roster_win.py')
-rw-r--r--poezio/windows/roster_win.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/windows/roster_win.py b/poezio/windows/roster_win.py
index f8ca90a2..c6ec7b8a 100644
--- a/poezio/windows/roster_win.py
+++ b/poezio/windows/roster_win.py
@@ -215,8 +215,8 @@ class RosterWin(Win):
def draw_contact_line(self, y, contact, colored, group, show_roster_sub=False,
show_s2s_errors=True, show_roster_jids=False):
"""
- Draw on a line all informations about one contact.
- This is basically the highest priority resource's informations
+ Draw on a line all information about one contact.
+ This is basically the highest priority resource's information
Use 'color' to draw the jid/display_name to show what is
the currently selected contact in the list
"""