Merge lp:~cypressyew/unity8/replace-desc-mouse-cursor into lp:unity8

Proposed by Po-Hsu Lin
Status: Rejected
Rejected by: Albert Astals Cid
Proposed branch: lp:~cypressyew/unity8/replace-desc-mouse-cursor
Merge into: lp:unity8
Diff against target: 12 lines (+1/-1)
1 file modified
qml/DisabledScreenNotice.qml (+1/-1)
To merge this branch: bzr merge lp:~cypressyew/unity8/replace-desc-mouse-cursor
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Disapprove
Review via email: mp+286978@code.launchpad.net

Description of the change

Replace the "interact with the mouse" with "interact with the cursor" for the description when a touch device is connected to an external display.

To post a comment you must log in.
Revision history for this message
Albert Astals Cid (aacid) wrote :

Thanks a lot for your patch but we're already changing the wording of that sentence in https://code.launchpad.net/~mzanetti/unity8/virtual-touchpad-visual-updates/+merge/284912 that will land soon (TM)

review: Disapprove

Unmerged revisions

2205. By Po-Hsu Lin

Replace the "mouse" with "cursor" in the description when a touch device connected to an external display

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/DisabledScreenNotice.qml'
2--- qml/DisabledScreenNotice.qml 2016-01-26 15:29:54 +0000
3+++ qml/DisabledScreenNotice.qml 2016-02-24 04:47:37 +0000
4@@ -84,7 +84,7 @@
5 id: text
6 anchors.centerIn: parent
7 width: parent.width - units.gu(8)
8- text: i18n.tr("Your device is now connected to an external display. Use this screen as a touch pad to interact with the mouse.")
9+ text: i18n.tr("Your device is now connected to an external display. Use this screen as a touch pad to interact with the cursor.")
10 color: "white"
11 horizontalAlignment: Text.AlignHCenter
12 verticalAlignment: Text.AlignVCenter

Subscribers

People subscribed via source and target branches