Merge lp:~mhr3/unity-lens-music/only-first-capital into lp:unity-lens-music

Proposed by Michal Hruby
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 146
Merged at revision: 145
Proposed branch: lp:~mhr3/unity-lens-music/only-first-capital
Merge into: lp:unity-lens-music
Diff against target: 97 lines (+9/-11)
7 files modified
banshee.scope.in.in (+1/-1)
debian/control (+2/-4)
musicstore.scope.in.in (+2/-2)
rhythmbox.scope.in.in (+1/-1)
src/banshee-scope.vala (+1/-1)
src/musicstore-scope.vala (+1/-1)
src/rhythmbox-scope.vala (+1/-1)
To merge this branch: bzr merge lp:~mhr3/unity-lens-music/only-first-capital
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+170612@code.launchpad.net

Commit message

As per design guidelines, use capital letters only for first words.

Description of the change

As per design guidelines, use capital letters only for first words.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

Awesome stuff! Let's get it in!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'banshee.scope.in.in'
2--- banshee.scope.in.in 2013-06-08 21:08:25 +0000
3+++ banshee.scope.in.in 2013-06-20 13:25:35 +0000
4@@ -5,7 +5,7 @@
5 QueryBinary=banshee
6 _Name=Banshee
7 _Description=This is an Ubuntu search plugin that enables information from Banshee to be searched and displayed in the Dash underneath the Music header. If you do not wish to search this content source, you can disable this search plugin.
8-_SearchHint=Search Music Collection
9+_SearchHint=Search music collection
10 Shortcut=m
11 Type=music
12
13
14=== modified file 'debian/control'
15--- debian/control 2013-06-12 19:50:36 +0000
16+++ debian/control 2013-06-20 13:25:35 +0000
17@@ -40,10 +40,8 @@
18 Architecture: any
19 Depends: ${shlibs:Depends},
20 ${misc:Depends},
21- unity-lens-music,
22- rhythmbox-ubuntuone,
23-Description: Store music lens for unity
24- This package contains the store scope for the "music" lens
25+Description: Ubuntu One music store scope for unity
26+ This package contains the Ubuntu One scope for the "music" lens
27 which can be used into Unity to preview and buy online
28 media files.
29
30
31=== modified file 'musicstore.scope.in.in'
32--- musicstore.scope.in.in 2013-05-29 15:04:08 +0000
33+++ musicstore.scope.in.in 2013-06-20 13:25:35 +0000
34@@ -2,9 +2,9 @@
35 DBusName=com.canonical.Unity.Scope.MusicStore
36 DBusPath=/com/canonical/unity/scope/musicstore
37 Icon=@prefix@/share/icons/unity-icon-theme/places/svg/service-u1.svg
38-_Name=Music Store
39+_Name=Music store
40 _Description=This is an Ubuntu search plugin that enables information from Ubuntu One to be searched and displayed in the Dash underneath the Music header. If you do not wish to search this content source, you can disable this search plugin.
41-_SearchHint=Search Music Store
42+_SearchHint=Search music store
43 Type=music
44 GlobalSearches=false
45 RemoteContent=true
46
47=== modified file 'rhythmbox.scope.in.in'
48--- rhythmbox.scope.in.in 2013-06-08 21:08:25 +0000
49+++ rhythmbox.scope.in.in 2013-06-20 13:25:35 +0000
50@@ -5,7 +5,7 @@
51 QueryBinary=rhythmbox
52 _Name=Rhythmbox
53 _Description=This is an Ubuntu search plugin that enables information from Rhythmbox to be searched and displayed in the Dash underneath the Music header. If you do not wish to search this content source, you can disable this search plugin.
54-_SearchHint=Search Music Collection
55+_SearchHint=Search music collection
56 Shortcut=m
57 Type=music
58
59
60=== modified file 'src/banshee-scope.vala'
61--- src/banshee-scope.vala 2013-05-29 15:04:08 +0000
62+++ src/banshee-scope.vala 2013-06-20 13:25:35 +0000
63@@ -32,7 +32,7 @@
64
65 scope = new Unity.DeprecatedScope ("/com/canonical/unity/scope/banshee", "music-banshee.scope");
66 scope.search_in_global = true;
67- scope.search_hint = _("Search Music");
68+ scope.search_hint = _("Search music");
69 scope.visible = true;
70
71 scope.activate_uri.connect (activate);
72
73=== modified file 'src/musicstore-scope.vala'
74--- src/musicstore-scope.vala 2013-06-06 13:59:51 +0000
75+++ src/musicstore-scope.vala 2013-06-20 13:25:35 +0000
76@@ -45,7 +45,7 @@
77
78 scope = new Unity.DeprecatedScope ("/com/canonical/unity/scope/musicstore", "musicstore.scope");
79 scope.search_in_global = false;
80- scope.search_hint = _("Search Music");
81+ scope.search_hint = _("Search music");
82 scope.visible = true;
83
84 scope.activate_uri.connect (activate);
85
86=== modified file 'src/rhythmbox-scope.vala'
87--- src/rhythmbox-scope.vala 2013-05-29 15:04:08 +0000
88+++ src/rhythmbox-scope.vala 2013-06-20 13:25:35 +0000
89@@ -34,7 +34,7 @@
90
91 scope = new Unity.DeprecatedScope ("/com/canonical/unity/scope/rhythmbox", "music-rhythmbox.scope");
92 scope.search_in_global = true;
93- scope.search_hint = _("Search Music");
94+ scope.search_hint = _("Search music");
95 scope.visible = true;
96
97 scope.activate_uri.connect (activate);

Subscribers

People subscribed via source and target branches

to all changes: