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:
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')