Text changes, thanks to Raoul.

This commit is contained in:
Mattias Põldaru 2012-01-28 00:10:12 +02:00
parent 8c483a58b3
commit 83155d45ea
2 changed files with 6 additions and 6 deletions

View File

@ -53,7 +53,7 @@ class AdvancedTab(SettingsTab):
self.default_service_name = unicode(translate('OpenLP.AdvancedTab',
'Service %Y-%m-%d %H-%M',
'This is the default default service name template, which can be '
'found in Advanced tab under Tools, Settings. Please do not '
'found under Advanced in Settings, Configure OpenLP. Please do not '
'include any of the following characters: /\\?*|<>\[\]":+\n'
'You can use any of the directives as shown on page '
'http://docs.python.org/library/datetime.html'
@ -250,8 +250,7 @@ class AdvancedTab(SettingsTab):
self.defaultServiceGroupBox.setTitle(
translate('OpenLP.AdvancedTab', 'Default Service Name'))
self.defaultServiceCheckBox.setText(
translate('OpenLP.AdvancedTab',
'Save As dialog has prefilled service name'))
translate('OpenLP.AdvancedTab', 'Enable default service name'))
self.defaultServiceTimeLabel.setText(
translate('OpenLP.AdvancedTab', 'Date and Time:'))
self.defaultServiceDay.setItemText(0,
@ -282,7 +281,7 @@ class AdvancedTab(SettingsTab):
'Example:'))
self.defaultServiceNote.setText(
translate('OpenLP.AdvancedTab', 'Note: '
'Consult OpenLP manual for special symbols usage.'))
'Consult the OpenLP manual for usage.'))
self.hideMouseGroupBox.setTitle(translate('OpenLP.AdvancedTab',
'Mouse Cursor'))
self.hideMouseCheckBox.setText(translate('OpenLP.AdvancedTab',

View File

@ -636,8 +636,9 @@ class ServiceManager(QtGui.QWidget):
translate('OpenLP.AdvancedTab',
'Service %Y-%m-%d %H-%M',
'This is the default default service name template, which can '
'be found in Advanced tab under Tools, Settings. Please do not '
'include any of the following characters: /\\?*|<>\[\]":+\n'
'be found under Advanced in Settings, Configure OpenLP. '
'Please do not include any of the following characters: '
'/\\?*|<>\[\]":+\n'
'You can use any of the directives as shown on page '
'http://docs.python.org/library/datetime.html'
'#strftime-strptime-behavior , but if possible, please keep '