diff --git a/openlp/plugins/remotes/lib/remotetab.py b/openlp/plugins/remotes/lib/remotetab.py index 918d3b4f3..19e1b2db4 100644 --- a/openlp/plugins/remotes/lib/remotetab.py +++ b/openlp/plugins/remotes/lib/remotetab.py @@ -177,8 +177,9 @@ class RemoteTab(SettingsTab): 'Show thumbnails of non-text slides in remote and stage view.')) self.android_app_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'Android App')) self.qr_description_label.setText( - translate('RemotePlugin.RemoteTab', 'Scan the QR code or click download to install the Android app from Google Play.')) + translate('RemotePlugin.RemoteTab', 'Scan the QR code or click download to install the ' + '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_error_label.setText( translate('RemotePlugin.RemoteTab', 'Could not find an SSL certificate. The HTTPS server will not be '