From 1ea08d42d1d54f0f2d1c3f9d36d28b6c44c09d14 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 16 Jan 2013 21:23:02 +0100 Subject: [PATCH] corrected translate context --- openlp/core/lib/uistrings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/uistrings.py b/openlp/core/lib/uistrings.py index 904fb1979..f89b52a98 100644 --- a/openlp/core/lib/uistrings.py +++ b/openlp/core/lib/uistrings.py @@ -71,7 +71,7 @@ class UiStrings(object): self.Continuous = translate('OpenLP.Ui', 'Continuous') self.Default = translate('OpenLP.Ui', 'Default') self.DefaultColor = translate('OpenLP.Ui', 'Default Color:') - self.DefaultServiceName = translate('OpenLP.AdvancedTab', 'Service %Y-%m-%d %H-%M', + self.DefaultServiceName = translate('OpenLP.Ui', 'Service %Y-%m-%d %H-%M', 'This may not contain any of the following characters: /\\?*|<>\[\]":+\n' 'See http://docs.python.org/library/datetime.html#strftime-strptime-behavior for more information.') self.Delete = translate('OpenLP.Ui', '&Delete')