Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marie Traissard <jim@lapin.org>2007-05-14 05:10:31 +0400
committerJean-Marie Traissard <jim@lapin.org>2007-05-14 05:10:31 +0400
commit6022a526813270b7496edb134989b69cde3267a6 (patch)
treed2e1c3a788192ad67964387ef572dc7c1b49a3bf /src/profile_window.py
parenteca640f2f7a9155585d14968e6e1439b72cf83c6 (diff)
typo
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile_window.py b/src/profile_window.py
index c2aea284a..1e1bda1dc 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -124,7 +124,7 @@ class ProfileWindow:
stat = os.stat(path_to_file)
if stat[6] == 0:
invalid_file = True
- msg = _('File is emty')
+ msg = _('File is empty')
else:
invalid_file = True
msg = _('File does not exist')