Merge lp:~codygarver/switchboard-plug-startup-applications/fix-branding into lp:switchboard-plug-startup-applications

Proposed by Cody Garver
Status: Merged
Approved by: Avi Romanoff
Approved revision: 71
Merged at revision: 71
Proposed branch: lp:~codygarver/switchboard-plug-startup-applications/fix-branding
Merge into: lp:switchboard-plug-startup-applications
Diff against target: 44 lines (+6/-6)
2 files modified
debian/control (+4/-4)
src/Plug.vala (+2/-2)
To merge this branch: bzr merge lp:~codygarver/switchboard-plug-startup-applications/fix-branding
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+218047@code.launchpad.net

Commit message

Update inconsistent and missing branding

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-04-09 08:47:43 +0000
3+++ debian/control 2014-05-02 11:34:38 +0000
4@@ -10,8 +10,8 @@
5 Architecture: any
6 Depends: ${shlibs:Depends}, ${misc:Depends}
7 Enhances: switchboard
8-Description: <insert up to 60 chars description>
9- <insert long description, indented with spaces>
10+Description: Startup Applications plug for Switchboard
11+ Manage apps that run at startup
12
13 Package: switchboard-plug-startup-applications-dbg
14 Architecture: any
15@@ -19,7 +19,7 @@
16 Priority: extra
17 Depends: switchboard-plug-startup-applications (= ${binary:Version}), ${misc:Depends}
18 Enhances: switchboard-plug-startup-applications
19-Description: <insert up to 60 chars description> (debugging symbols)
20- <insert long description, indented with spaces>
21+Description: Startup Applications plug for Switchboard (debugging symbols)
22+ Manage apps that run at startup
23 .
24 This package contains debugging symbols for switchboard-plug-startup-applications.
25
26=== modified file 'src/Plug.vala'
27--- src/Plug.vala 2014-04-21 19:46:20 +0000
28+++ src/Plug.vala 2014-05-02 11:34:38 +0000
29@@ -30,7 +30,7 @@
30 Object (category: Category.PERSONAL,
31 code_name: "personal-pantheon-startup",
32 display_name: _("Startup Apps"),
33- description: _("Shows Startup Applications Settings…"),
34+ description: _("Manage apps that run at startup"),
35 icon: "preferences-system-session");
36
37 Backend.KeyFileFactory.init ();
38@@ -59,4 +59,4 @@
39 public override async Gee.TreeMap <string, string> search (string search) {
40 return new Gee.TreeMap <string, string> (null, null);
41 }
42-}
43\ No newline at end of file
44+}

Subscribers

People subscribed via source and target branches

to all changes: