From 36fd9dc0a8f5957c4e950177e14b2b35d7711f10 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos <kourem@gmail.com> Date: Tue, 21 Feb 2006 11:15:54 +0000 Subject: [PATCH] better english and typo --- src/common/i18n.py | 2 +- src/vcard.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/i18n.py b/src/common/i18n.py index 0a9b6ba2fc..398ab5afc5 100644 --- a/src/common/i18n.py +++ b/src/common/i18n.py @@ -37,7 +37,7 @@ else: # according to the environment variables locale.setlocale(locale.LC_ALL, '') -## Add LANG to os.environ ## +## Add, if needed, a value in LANG environmental variable ## # get LANG, fallback to ''; LANG can be 'en_US:el_GR.UTF-8:fr_FR' lang = os.environ.get('LANG', '') default_loc = locale.getdefaultlocale()[0] # en_US, fr_FR, el_GR etc.. diff --git a/src/vcard.py b/src/vcard.py index 8cde0348be..c73da03b76 100644 --- a/src/vcard.py +++ b/src/vcard.py @@ -138,7 +138,7 @@ class VcardWindow: # update contact.name if it's not '' name_entry = self.xml.get_widget('nickname_entry') if not name_entry: - # This can happen when we don't show jabber page. For exemple when we + # This can happen when we don't show jabber page. For example when we # show the vcard of a contact that request our subscription self.window.destroy() return -- GitLab