Merge lp:~fboucault/unity-2d/rename_home_shortcuts into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Merged
Approved by: Aurélien Gâteau
Approved revision: 497
Merged at revision: 497
Proposed branch: lp:~fboucault/unity-2d/rename_home_shortcuts
Merge into: lp:unity-2d/3.0
Diff against target: 26 lines (+3/-3)
1 file modified
places/Home.qml (+3/-3)
To merge this branch: bzr merge lp:~fboucault/unity-2d/rename_home_shortcuts
Reviewer Review Type Date Requested Status
Aurélien Gâteau (community) Approve
Review via email: mp+55733@code.launchpad.net

Description of the change

[dash] Relabeled a few home shortcuts.

To post a comment you must log in.
Revision history for this message
Aurélien Gâteau (agateau) wrote :

Looks much better.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/Home.qml'
2--- places/Home.qml 2011-03-23 19:41:14 +0000
3+++ places/Home.qml 2011-03-31 11:17:14 +0000
4@@ -191,19 +191,19 @@
5
6 /* FIXME: dummy icons need to be replaced by design's */
7 HomeButton {
8- label: u2d.tr("Find Media Apps")
9+ label: u2d.tr("Media Apps")
10 icon: "artwork/find_media_apps.png"
11 onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 9)
12 }
13
14 HomeButton {
15- label: u2d.tr("Find Internet Apps")
16+ label: u2d.tr("Internet Apps")
17 icon: "artwork/find_internet_apps.png"
18 onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 8)
19 }
20
21 HomeButton {
22- label: u2d.tr("Find More Apps")
23+ label: u2d.tr("More Apps")
24 icon: "artwork/find_more_apps.png"
25 onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 0)
26 }

Subscribers

People subscribed via source and target branches