Merge lp:~mterry/ubuntu-system-settings/terms-typo into lp:ubuntu-system-settings

Proposed by Michael Terry
Status: Merged
Approved by: Ken VanDine
Approved revision: 1146
Merged at revision: 1157
Proposed branch: lp:~mterry/ubuntu-system-settings/terms-typo
Merge into: lp:ubuntu-system-settings
Diff against target: 24 lines (+2/-1)
2 files modified
wizard/qml/Pages/50-location.qml (+1/-1)
wizard/qml/Pages/here-terms.qml (+1/-0)
To merge this branch: bzr merge lp:~mterry/ubuntu-system-settings/terms-typo
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+239218@code.launchpad.net

Commit message

Fix a typo in the HERE terms link.

I didn't adjust the link in the label text, because I didn't want to change translated strings. We should eventually drop that filename from the translated string.

I also fixed the height of the WebView.

Description of the change

Fix a typo in the HERE terms link.

I didn't adjust the link in the label text, because I didn't want to change translated strings. We should eventually drop that filename from the translated string.

I also fixed the height of the WebView.

This would have been easily caught by an autopilot test. Which the wizard desperately needs, I know.

== Checklist ==

 * Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
 Yes

 * Did you build your software in a clean sbuild/pbuilder chroot or ppa?
 Just QML changes

 * Did you build your software in a clean sbuild/pbuilder armhf chroot or ppa?
 Just QML changes

 * Has your component "TestPlan” been executed successfully on emulator, N4?
 Well on krillin

 * Has a 5 minute exploratory testing run been executed on N4?
 Yes on krillin

 * If you changed the packaging (debian), did you subscribe a core-dev to this MP?
 NA

 * If you changed the UI, did you subscribe the design-reviewers to this MP?
 NA

 * What components might get impacted by your changes?
 Just wizard

 * Have you requested review by the teams of these owning components?
 Sure

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'wizard/qml/Pages/50-location.qml'
2--- wizard/qml/Pages/50-location.qml 2014-10-07 12:54:05 +0000
3+++ wizard/qml/Pages/50-location.qml 2014-10-22 15:41:21 +0000
4@@ -72,7 +72,7 @@
5 visible: hereInstalled
6 // TRANSLATORS: HERE is a trademark for Nokia's location service, you probably shouldn't translate it
7 text: i18n.tr("Accept the HERE <a href='terms.qml'>terms and conditions</a> to enable these services.")
8- onLinkActivated: pageStack.load(Qt.resolvedUrl(link))
9+ onLinkActivated: pageStack.load(Qt.resolvedUrl("here-terms.qml"))
10 checked: System.hereEnabled
11 onTriggered: System.hereEnabled = checked
12 }
13
14=== modified file 'wizard/qml/Pages/here-terms.qml'
15--- wizard/qml/Pages/here-terms.qml 2014-09-23 17:29:40 +0000
16+++ wizard/qml/Pages/here-terms.qml 2014-10-22 15:41:21 +0000
17@@ -110,6 +110,7 @@
18 id: webview
19 anchors.left: parent.left
20 anchors.right: parent.right
21+ height: parent.height
22 visible: !termsLabel.visible
23 }
24 }

Subscribers

People subscribed via source and target branches