Merge lp:~harveycabaguio/switchboard/category-name-fix into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Harvey Cabaguio
Status: Merged
Approved by: Cody Garver
Approved revision: 584
Merged at revision: 584
Proposed branch: lp:~harveycabaguio/switchboard/category-name-fix
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 12 lines (+1/-1)
1 file modified
src/CategoryView.vala (+1/-1)
To merge this branch: bzr merge lp:~harveycabaguio/switchboard/category-name-fix
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+281939@code.launchpad.net

Commit message

Rename Network and Wireless category to Network & Wireless (lp:1520394)

Description of the change

Rename Network and Wireless category to Network & Wireless (lp:1520394)

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

thank you

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/CategoryView.vala'
2--- src/CategoryView.vala 2015-11-17 00:57:54 +0000
3+++ src/CategoryView.vala 2016-01-07 23:33:12 +0000
4@@ -415,7 +415,7 @@
5 case Plug.Category.HARDWARE:
6 return _("Hardware");
7 case Plug.Category.NETWORK:
8- return _("Network and Wireless");
9+ return _("Network & Wireless");
10 case Plug.Category.SYSTEM:
11 return _("Administration");
12 }

Subscribers

People subscribed via source and target branches

to all changes: