forked from openlp/openlp
Added status tips for FTW menu item. Removed some continuation characters
This commit is contained in:
parent
c84c69645e
commit
1ffe0e961d
@ -475,10 +475,12 @@ class Ui_MainWindow(object):
|
|||||||
'Add an application to the list of tools.'))
|
'Add an application to the list of tools.'))
|
||||||
self.toolsOpenDataFolder.setText(
|
self.toolsOpenDataFolder.setText(
|
||||||
translate('OpenLP.MainWindow', 'Open &Data Folder...'))
|
translate('OpenLP.MainWindow', 'Open &Data Folder...'))
|
||||||
self.toolsFirstTimeWizard.setText(
|
|
||||||
translate('OpenLP.MainWindow', 'Re-run First Time Wizard'))
|
|
||||||
self.toolsOpenDataFolder.setStatusTip(translate('OpenLP.MainWindow',
|
self.toolsOpenDataFolder.setStatusTip(translate('OpenLP.MainWindow',
|
||||||
'Open the folder where songs, bibles and other data resides.'))
|
'Open the folder where songs, bibles and other data resides.'))
|
||||||
|
self.toolsFirstTimeWizard.setText(
|
||||||
|
translate('OpenLP.MainWindow', 'Re-run First Time Wizard'))
|
||||||
|
self.toolsFirstTimeWizard.setStatusTip(translate('OpenLP.MainWindow',
|
||||||
|
'Re-run the First Time Wizard importing Songs, Bibles and Themes.'))
|
||||||
self.updateThemeImages.setText(
|
self.updateThemeImages.setText(
|
||||||
translate('OpenLP.MainWindow', 'Update Theme Images'))
|
translate('OpenLP.MainWindow', 'Update Theme Images'))
|
||||||
self.updateThemeImages.setStatusTip(
|
self.updateThemeImages.setStatusTip(
|
||||||
@ -734,9 +736,9 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
answer = QtGui.QMessageBox.warning(self,
|
answer = QtGui.QMessageBox.warning(self,
|
||||||
translate('OpenLP.MainWindow', 'Re-run First Time Wizard?'),
|
translate('OpenLP.MainWindow', 'Re-run First Time Wizard?'),
|
||||||
translate('OpenLP.MainWindow',
|
translate('OpenLP.MainWindow',
|
||||||
'Are you sure you want to re-run the First Time Wizard?\n\n' \
|
'Are you sure you want to re-run the First Time Wizard?\n\n'
|
||||||
'Re-running this wizard may make changes to your current ' \
|
'Re-running this wizard may make changes to your current '
|
||||||
'OpenLP configuration and possibly add Songs to your ' \
|
'OpenLP configuration and possibly add Songs to your '
|
||||||
'existing Songs list and change your Default Theme'),
|
'existing Songs list and change your Default Theme'),
|
||||||
QtGui.QMessageBox.StandardButtons(
|
QtGui.QMessageBox.StandardButtons(
|
||||||
QtGui.QMessageBox.Yes |
|
QtGui.QMessageBox.Yes |
|
||||||
|
Loading…
Reference in New Issue
Block a user