Merge lp:~tomasgroth/openlp/link-updates into lp:openlp

Proposed by Tomas Groth
Status: Merged
Merged at revision: 2556
Proposed branch: lp:~tomasgroth/openlp/link-updates
Merge into: lp:openlp
Diff against target: 33 lines (+5/-4)
2 files modified
openlp/plugins/remotes/lib/remotetab.py (+3/-2)
openlp/plugins/songs/lib/songstab.py (+2/-2)
To merge this branch: bzr merge lp:~tomasgroth/openlp/link-updates
Reviewer Review Type Date Requested Status
Raoul Snyman Approve
Tim Bentley Approve
Review via email: mp+273317@code.launchpad.net

Description of the change

Fix string that makes it possible to translate the string.
Updated QR code pointing to android app.
Update link to google play store.

To post a comment you must log in.
Revision history for this message
Tomas Groth (tomasgroth) wrote :

The resource file should be updated on merge

Revision history for this message
Tim Bentley (trb143) :
review: Approve
Revision history for this message
Raoul Snyman (raoul-snyman) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'openlp/plugins/remotes/lib/remotetab.py'
--- openlp/plugins/remotes/lib/remotetab.py 2015-02-14 12:35:37 +0000
+++ openlp/plugins/remotes/lib/remotetab.py 2015-10-03 13:50:42 +0000
@@ -177,8 +177,9 @@
177 'Show thumbnails of non-text slides in remote and stage view.'))177 'Show thumbnails of non-text slides in remote and stage view.'))
178 self.android_app_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'Android App'))178 self.android_app_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'Android App'))
179 self.qr_description_label.setText(179 self.qr_description_label.setText(
180 translate('RemotePlugin.RemoteTab', 'Scan the QR code or click <a href="https://play.google.com/store/'180 translate('RemotePlugin.RemoteTab', 'Scan the QR code or click <a href="%s">download</a> to install the '
181 'apps/details?id=org.openlp.android">download</a> to install the Android app from Google Play.'))181 'Android app from Google Play.') %
182 'https://play.google.com/store/apps/details?id=org.openlp.android2')
182 self.https_settings_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'HTTPS Server'))183 self.https_settings_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'HTTPS Server'))
183 self.https_error_label.setText(184 self.https_error_label.setText(
184 translate('RemotePlugin.RemoteTab', 'Could not find an SSL certificate. The HTTPS server will not be '185 translate('RemotePlugin.RemoteTab', 'Could not find an SSL certificate. The HTTPS server will not be '
185186
=== modified file 'openlp/plugins/songs/lib/songstab.py'
--- openlp/plugins/songs/lib/songstab.py 2015-01-18 13:39:21 +0000
+++ openlp/plugins/songs/lib/songstab.py 2015-10-03 13:50:42 +0000
@@ -79,8 +79,8 @@
79 'Import missing songs from service files'))79 'Import missing songs from service files'))
80 self.display_songbook_check_box.setText(translate('SongsPlugin.SongsTab', 'Display songbook in footer'))80 self.display_songbook_check_box.setText(translate('SongsPlugin.SongsTab', 'Display songbook in footer'))
81 self.display_copyright_check_box.setText(translate('SongsPlugin.SongsTab',81 self.display_copyright_check_box.setText(translate('SongsPlugin.SongsTab',
82 'Display "%s" symbol before copyright info' %82 'Display "%s" symbol before copyright info') %
83 SongStrings.CopyrightSymbol))83 SongStrings.CopyrightSymbol)
8484
85 def on_search_as_type_check_box_changed(self, check_state):85 def on_search_as_type_check_box_changed(self, check_state):
86 self.song_search = (check_state == QtCore.Qt.Checked)86 self.song_search = (check_state == QtCore.Qt.Checked)
8787
=== modified file 'resources/images/android_app_qr.png'
88Binary files resources/images/android_app_qr.png 2012-08-04 14:43:44 +0000 and resources/images/android_app_qr.png 2015-10-03 13:50:42 +0000 differ88Binary files resources/images/android_app_qr.png 2012-08-04 14:43:44 +0000 and resources/images/android_app_qr.png 2015-10-03 13:50:42 +0000 differ