From 05899eb41dc27e76939f57807e252a412cd624f6 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 1 Oct 2015 12:17:26 +0100 Subject: [PATCH] Update link to google play store --- openlp/plugins/remotes/lib/remotetab.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 '