openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #29178
Re: [Merge] lp:~suutari-olli/openlp/show-no-logo-or-background-when-starting into lp:openlp
Your question has been answered.
Diff comments:
>
> === modified file 'openlp/core/common/uistrings.py'
> --- openlp/core/common/uistrings.py 2016-01-23 08:15:37 +0000
> +++ openlp/core/common/uistrings.py 2016-04-13 15:54:24 +0000
> @@ -56,6 +56,7 @@
> self.AllFiles = translate('OpenLP.Ui', 'All Files')
> self.Automatic = translate('OpenLP.Ui', 'Automatic')
> self.BackgroundColor = translate('OpenLP.Ui', 'Background Color')
> + self.BackgroundColorColon = translate('OpenLP.Ui', 'Background color:')
The other is: Background Color and the other is Background color:
The first one has Color capitalized and is used mainly in setting category titles.
The second one is not capitalized and has ":". It is used as label for choosing
the background color: This is currently translated several times in different places.
> self.Bottom = translate('OpenLP.Ui', 'Bottom')
> self.Browse = translate('OpenLP.Ui', 'Browse...')
> self.Cancel = translate('OpenLP.Ui', 'Cancel')
--
https://code.launchpad.net/~suutari-olli/openlp/show-no-logo-or-background-when-starting/+merge/291778
Your team OpenLP Core is subscribed to branch lp:openlp.
References