From 300e5cc94bf3bc3d68b73981c2be1e06aa4f93c0 Mon Sep 17 00:00:00 2001 From: Michiel Leenaars Date: Mon, 24 Dec 2018 16:31:14 +0100 Subject: [PATCH] Additional translation --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index f5bc90e..78eae8e 100644 --- a/utils.py +++ b/utils.py @@ -112,7 +112,7 @@ def __init__(self, message, *args, **kw): class IconsView(STLView): access = 'is_authenticated' - title = MSG(u'Voir') + title = MSG(u'View') template = '/ui/goodforms/icons_view.xml' resources_names = []