From 6022a526813270b7496edb134989b69cde3267a6 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Mon, 14 May 2007 01:10:31 +0000 Subject: typo --- src/profile_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile_window.py') 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') -- cgit v1.2.3