In this commit:

- Removed version number from main window name
- Removed version number from remote window names
- Reworked the traceback error message (New text, added margin to right)
- Changed typing of "Live" to live in start live items automatically on media tab.
- This is the actual changelog for last rev, commited it by mistake before removing one comment.
This commit is contained in:
suutari-olli 2016-04-10 02:55:24 +03:00
parent dafbc3f054
commit c5f0f86cbb
1 changed files with 1 additions and 2 deletions

View File

@ -313,11 +313,10 @@ class HttpRouter(RegistryProperties):
"""
remote = translate('RemotePlugin.Mobile', 'Remote')
stage = translate('RemotePlugin.Mobile', 'Stage')
#live = translate('RemotePlugin.Mobile', 'Live')
self.template_vars = {
'app_title': "OpenLP | %s" % remote,
'stage_title': "OpenLP | %s" % stage,
'live_title': "OpenLP | %s" % (UiStrings().Live),
'live_title': "OpenLP | %s" % UiStrings().Live,
'service_manager': translate('RemotePlugin.Mobile', 'Service Manager'),
'slide_controller': translate('RemotePlugin.Mobile', 'Slide Controller'),
'alerts': translate('RemotePlugin.Mobile', 'Alerts'),