Merge lp:~aacid/unity8/which_window_is_a_window into lp:unity8

Proposed by Albert Astals Cid
Status: Merged
Approved by: Lukáš Tinkl
Approved revision: 2750
Merged at revision: 2789
Proposed branch: lp:~aacid/unity8/which_window_is_a_window
Merge into: lp:unity8
Diff against target: 12 lines (+1/-1)
1 file modified
qml/Components/KeyboardShortcutsOverlay.qml (+1/-1)
To merge this branch: bzr merge lp:~aacid/unity8/which_window_is_a_window
Reviewer Review Type Date Requested Status
Lukáš Tinkl (community) Approve
Review via email: mp+314441@code.launchpad.net

Commit message

a window -> the current window

Description of the change

 * Are there any related MPs required for this MP to build/function as expected?
No

 * Did you perform an exploratory manual test run of your code change and any related functionality?
Yes

 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A

 * If you changed the UI, has there been a design review?
N/A

To post a comment you must log in.
Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

LGTM, is that's what u7 uses

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'qml/Components/KeyboardShortcutsOverlay.qml'
--- qml/Components/KeyboardShortcutsOverlay.qml 2016-11-29 10:35:21 +0000
+++ qml/Components/KeyboardShortcutsOverlay.qml 2017-01-10 16:44:16 +0000
@@ -77,7 +77,7 @@
77 font.weight: Font.Medium77 font.weight: Font.Medium
78 }78 }
79 Label {79 Label {
80 text: i18n.tr("Takes a screenshot of a window.")80 text: i18n.tr("Takes a screenshot of the current window.")
81 fontSize: "small"81 fontSize: "small"
82 font.weight: Font.Light82 font.weight: Font.Light
83 wrapMode: Text.Wrap83 wrapMode: Text.Wrap

Subscribers

People subscribed via source and target branches