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
1=== modified file 'qml/Components/KeyboardShortcutsOverlay.qml'
2--- qml/Components/KeyboardShortcutsOverlay.qml 2016-11-29 10:35:21 +0000
3+++ qml/Components/KeyboardShortcutsOverlay.qml 2017-01-10 16:44:16 +0000
4@@ -77,7 +77,7 @@
5 font.weight: Font.Medium
6 }
7 Label {
8- text: i18n.tr("Takes a screenshot of a window.")
9+ text: i18n.tr("Takes a screenshot of the current window.")
10 fontSize: "small"
11 font.weight: Font.Light
12 wrapMode: Text.Wrap

Subscribers

People subscribed via source and target branches