forked from openlp/openlp
Added: self.BackgroundColorColon = translate('OpenLP.Ui', 'Background color:')
to uistrings, background color label now uses this. This same string will be used several times in this branch: https://code.launchpad.net/~suutari-olli/openlp/ui-messages-part-1/+merge/291628
This commit is contained in:
parent
010c7b6fb4
commit
7219ba22e6
@ -56,6 +56,7 @@ class UiStrings(object):
|
|||||||
self.AllFiles = translate('OpenLP.Ui', 'All Files')
|
self.AllFiles = translate('OpenLP.Ui', 'All Files')
|
||||||
self.Automatic = translate('OpenLP.Ui', 'Automatic')
|
self.Automatic = translate('OpenLP.Ui', 'Automatic')
|
||||||
self.BackgroundColor = translate('OpenLP.Ui', 'Background Color')
|
self.BackgroundColor = translate('OpenLP.Ui', 'Background Color')
|
||||||
|
self.BackgroundColorColon = translate('OpenLP.Ui', 'Background color:')
|
||||||
self.Bottom = translate('OpenLP.Ui', 'Bottom')
|
self.Bottom = translate('OpenLP.Ui', 'Bottom')
|
||||||
self.Browse = translate('OpenLP.Ui', 'Browse...')
|
self.Browse = translate('OpenLP.Ui', 'Browse...')
|
||||||
self.Cancel = translate('OpenLP.Ui', 'Cancel')
|
self.Cancel = translate('OpenLP.Ui', 'Cancel')
|
||||||
|
@ -248,7 +248,7 @@ class GeneralTab(SettingsTab):
|
|||||||
self.auto_open_check_box.setText(translate('OpenLP.GeneralTab', 'Automatically open the last service'))
|
self.auto_open_check_box.setText(translate('OpenLP.GeneralTab', 'Automatically open the last service'))
|
||||||
self.show_splash_check_box.setText(translate('OpenLP.GeneralTab', 'Show the splash screen'))
|
self.show_splash_check_box.setText(translate('OpenLP.GeneralTab', 'Show the splash screen'))
|
||||||
self.logo_group_box.setTitle(translate('OpenLP.GeneralTab', 'Logo'))
|
self.logo_group_box.setTitle(translate('OpenLP.GeneralTab', 'Logo'))
|
||||||
self.logo_color_label.setText(translate('OpenLP.GeneralTab', 'Background color:'))
|
self.logo_color_label.setText(UiStrings().BackgroundColorColon)
|
||||||
self.logo_file_label.setText(translate('OpenLP.GeneralTab', 'Logo file:'))
|
self.logo_file_label.setText(translate('OpenLP.GeneralTab', 'Logo file:'))
|
||||||
self.logo_browse_button.setToolTip(translate('OpenLP.GeneralTab', 'Browse for an image file to display.'))
|
self.logo_browse_button.setToolTip(translate('OpenLP.GeneralTab', 'Browse for an image file to display.'))
|
||||||
self.logo_revert_button.setToolTip(translate('OpenLP.GeneralTab', 'Revert to the default OpenLP logo.'))
|
self.logo_revert_button.setToolTip(translate('OpenLP.GeneralTab', 'Revert to the default OpenLP logo.'))
|
||||||
|
Loading…
Reference in New Issue
Block a user