Merge lp:~danrabbit/switchboard-plug-pantheon-shell/strings into lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk

Proposed by Danielle Foré
Status: Merged
Merged at revision: 71
Proposed branch: lp:~danrabbit/switchboard-plug-pantheon-shell/strings
Merge into: lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk
Diff against target: 20 lines (+4/-4)
1 file modified
src/desktop-plug.vala (+4/-4)
To merge this branch: bzr merge lp:~danrabbit/switchboard-plug-pantheon-shell/strings
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+140063@code.launchpad.net

Description of the change

Changed a couple strings so we don't have "expose" which is too close to exposé.

Also changed "Open Launcher" to "Show Apps" which I think is much more human readable.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/desktop-plug.vala'
2--- src/desktop-plug.vala 2012-12-06 18:59:30 +0000
3+++ src/desktop-plug.vala 2012-12-15 05:24:19 +0000
4@@ -177,12 +177,12 @@
5 {
6 var box = new Gtk.ComboBoxText ();
7 box.append ("0", _("Do Nothing"));
8- box.append ("1", _("Show Workspace View"));
9+ box.append ("1", _("Workspace Overview"));
10 box.append ("2", _("Maximize Current Window"));
11 box.append ("3", _("Minimize Current Window"));
12- box.append ("4", _("Open Launcher"));
13- box.append ("6", _("Expose Windows"));
14- box.append ("7", _("Expose All Windows"));
15+ box.append ("4", _("Show Apps"));
16+ box.append ("6", _("Window Overview"));
17+ box.append ("7", _("Show All Windows"));
18 box.append ("5", _("Execute Custom Command"));
19
20 return box;

Subscribers

People subscribed via source and target branches

to all changes: