Merge lp:~adam-davies/pantheon-files/fix-1063333 into lp:~elementary-apps/pantheon-files/trunk

Proposed by Adam Davies
Status: Merged
Merged at revision: 1023
Proposed branch: lp:~adam-davies/pantheon-files/fix-1063333
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 20 lines (+3/-3)
1 file modified
src/View/Chrome/ViewSwicher.vala (+3/-3)
To merge this branch: bzr merge lp:~adam-davies/pantheon-files/fix-1063333
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+134767@code.launchpad.net

Description of the change

Fixed capitalization of view switcher tool tips.

To post a comment you must log in.
1024. By Adam Davies <email address hidden>

Fixed miswording

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/View/Chrome/ViewSwicher.vala'
2--- src/View/Chrome/ViewSwicher.vala 2012-11-06 19:26:47 +0000
3+++ src/View/Chrome/ViewSwicher.vala 2012-11-17 05:50:25 +0000
4@@ -79,13 +79,13 @@
5 Gtk.StyleContext style = get_style_context ();
6
7 icon = new Image.from_pixbuf (icon_factory.load_symbolic_icon (style, "view-grid-symbolic", 16));
8- icon.set_tooltip_text (_("View as grid"));
9+ icon.set_tooltip_text (_("View as Grid"));
10 switcher.append(icon);
11 list = new Image.from_pixbuf (icon_factory.load_symbolic_icon (style, "view-list-symbolic", 16));
12- list.set_tooltip_text (_("View as list"));
13+ list.set_tooltip_text (_("View as List"));
14 switcher.append(list);
15 miller = new Image.from_pixbuf (icon_factory.load_symbolic_icon (style, "view-column-symbolic", 16));
16- miller.set_tooltip_text(_("View as column"));
17+ miller.set_tooltip_text(_("View in Columns"));
18 switcher.append(miller);
19
20 mode = (ViewMode)Preferences.settings.get_enum("default-viewmode");

Subscribers

People subscribed via source and target branches

to all changes: