forked from openlp/openlp
Update link to google play store
This commit is contained in:
parent
41756630b4
commit
05899eb41d
@ -177,8 +177,9 @@ class RemoteTab(SettingsTab):
|
|||||||
'Show thumbnails of non-text slides in remote and stage view.'))
|
'Show thumbnails of non-text slides in remote and stage view.'))
|
||||||
self.android_app_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'Android App'))
|
self.android_app_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'Android App'))
|
||||||
self.qr_description_label.setText(
|
self.qr_description_label.setText(
|
||||||
translate('RemotePlugin.RemoteTab', 'Scan the QR code or click <a href="https://play.google.com/store/'
|
translate('RemotePlugin.RemoteTab', 'Scan the QR code or click <a href="%s">download</a> to install the '
|
||||||
'apps/details?id=org.openlp.android">download</a> to install the Android app from Google Play.'))
|
'Android app from Google Play.') %
|
||||||
|
'https://play.google.com/store/apps/details?id=org.openlp.android2')
|
||||||
self.https_settings_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'HTTPS Server'))
|
self.https_settings_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'HTTPS Server'))
|
||||||
self.https_error_label.setText(
|
self.https_error_label.setText(
|
||||||
translate('RemotePlugin.RemoteTab', 'Could not find an SSL certificate. The HTTPS server will not be '
|
translate('RemotePlugin.RemoteTab', 'Could not find an SSL certificate. The HTTPS server will not be '
|
||||||
|
Loading…
Reference in New Issue
Block a user