From f08d0442e2e6c63a0a4a1df9dcf4d24648d2ac9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 8 Apr 2011 13:59:00 +0000 Subject: [PATCH] there was a translation string; call gettext svn: r17082 --- src/gui/widgets/photo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/widgets/photo.py b/src/gui/widgets/photo.py index 65dc3d5cc..e583eb44d 100644 --- a/src/gui/widgets/photo.py +++ b/src/gui/widgets/photo.py @@ -32,6 +32,7 @@ import gtk # #------------------------------------------------------------------------- from gui.utils import open_file_with_default_application +from gen.ggettext import gettext as _ #------------------------------------------------------------------------- #