forked from openlp/openlp
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:
parent
dafbc3f054
commit
c5f0f86cbb
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user