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 ' diff --git a/openlp/plugins/songs/lib/songstab.py b/openlp/plugins/songs/lib/songstab.py index 338c918d8..d3adb2524 100644 --- a/openlp/plugins/songs/lib/songstab.py +++ b/openlp/plugins/songs/lib/songstab.py @@ -79,8 +79,8 @@ class SongsTab(SettingsTab): 'Import missing songs from service files')) self.display_songbook_check_box.setText(translate('SongsPlugin.SongsTab', 'Display songbook in footer')) self.display_copyright_check_box.setText(translate('SongsPlugin.SongsTab', - 'Display "%s" symbol before copyright info' % - SongStrings.CopyrightSymbol)) + 'Display "%s" symbol before copyright info') % + SongStrings.CopyrightSymbol) def on_search_as_type_check_box_changed(self, check_state): self.song_search = (check_state == QtCore.Qt.Checked) diff --git a/resources/images/android_app_qr.png b/resources/images/android_app_qr.png index 2f1c3a300..e7cd3fe92 100644 Binary files a/resources/images/android_app_qr.png and b/resources/images/android_app_qr.png differ