← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~suutari-olli/openlp/ui-messages-part-1 into lp:openlp

 


Diff comments:

> === modified file 'openlp/core/ui/advancedtab.py'
> --- openlp/core/ui/advancedtab.py	2016-04-05 17:30:20 +0000
> +++ openlp/core/ui/advancedtab.py	2016-04-12 13:30:46 +0000
> @@ -273,15 +273,15 @@
>          self.tab_title_visible = UiStrings().Advanced
>          self.ui_group_box.setTitle(translate('OpenLP.AdvancedTab', 'UI Settings'))
>          self.data_directory_group_box.setTitle(translate('OpenLP.AdvancedTab', 'Data Location'))
> -        self.recent_label.setText(translate('OpenLP.AdvancedTab', 'Number of recent files to display:'))
> +        self.recent_label.setText(translate('OpenLP.AdvancedTab', 'Number of recent service files to display:'))
>          self.media_plugin_check_box.setText(translate('OpenLP.AdvancedTab',
> -                                                      'Remember active media manager tab on startup'))
> +                                                      'Open the last used library category on startup'))
>          self.double_click_live_check_box.setText(translate('OpenLP.AdvancedTab',
>                                                             'Double-click to send items straight to live'))
>          self.single_click_preview_check_box.setText(translate('OpenLP.AdvancedTab',
> -                                                              'Preview items when clicked in Media Manager'))
> +                                                              'Preview items when clicked in library'))
>          self.single_click_service_preview_check_box.setText(translate('OpenLP.AdvancedTab',
> -                                                                      'Preview items when clicked in Service Manager'))
> +                                                                      'Preview items when clicked in service'))

Note that this applies only to the "Configurate OpenLP" Not the Menu items.

>          self.expand_service_item_check_box.setText(translate('OpenLP.AdvancedTab',
>                                                               'Expand new service items on creation'))
>          self.slide_max_height_label.setText(translate('OpenLP.AdvancedTab',


-- 
https://code.launchpad.net/~suutari-olli/openlp/ui-messages-part-1/+merge/291628
Your team OpenLP Core is subscribed to branch lp:openlp.


References