openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #27379
[Merge] lp:~suutari-olli/openlp/remove-h-m-def-save-bug-1473670 into lp:openlp
Azaziah has proposed merging lp:~suutari-olli/openlp/remove-h-m-def-save-bug-1473670 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #1473670 in OpenLP: "Remove current clock time from default save name"
https://bugs.launchpad.net/openlp/+bug/1473670
For more details, see:
https://code.launchpad.net/~suutari-olli/openlp/remove-h-m-def-save-bug-1473670/+merge/271566
https://bugs.launchpad.net/openlp/+bug/1473670
This branch removes %H-%M from default list save name.
The characters were removed from openlp/core/common/uistrings.py
If I understood correctly Transifex translations for this string need to be
re-generated for all languages after merging
--
Your team OpenLP Core is requested to review the proposed merge of lp:~suutari-olli/openlp/remove-h-m-def-save-bug-1473670 into lp:openlp.
=== modified file 'openlp/core/common/uistrings.py'
--- openlp/core/common/uistrings.py 2015-04-21 21:49:22 +0000
+++ openlp/core/common/uistrings.py 2015-09-17 21:40:13 +0000
@@ -66,7 +66,7 @@
self.Continuous = translate('OpenLP.Ui', 'Continuous')
self.Default = translate('OpenLP.Ui', 'Default')
self.DefaultColor = translate('OpenLP.Ui', 'Default Color:')
- self.DefaultServiceName = translate('OpenLP.Ui', 'Service %Y-%m-%d %H-%M',
+ self.DefaultServiceName = translate('OpenLP.Ui', 'Service %Y-%m-%d',
'This may not contain any of the following characters: /\\?*|<>\[\]":+\n'
'See http://docs.python.org/library/datetime'
'.html#strftime-strptime-behavior for more information.')
Follow ups