Merge lp:~marcus-lundgren/scratch/fix-1008790 into lp:~elementary-apps/scratch/scratch

Proposed by Marcus Lundgren
Status: Merged
Merged at revision: 744
Proposed branch: lp:~marcus-lundgren/scratch/fix-1008790
Merge into: lp:~elementary-apps/scratch/scratch
Diff against target: 12 lines (+1/-1)
1 file modified
src/Dialogs/PreferencesDialog.vala (+1/-1)
To merge this branch: bzr merge lp:~marcus-lundgren/scratch/fix-1008790
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+109220@code.launchpad.net
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/Dialogs/PreferencesDialog.vala'
2--- src/Dialogs/PreferencesDialog.vala 2012-05-09 18:44:40 +0000
3+++ src/Dialogs/PreferencesDialog.vala 2012-06-07 19:22:21 +0000
4@@ -224,7 +224,7 @@
5 add_option (content, label, right_margin_position, ref row);
6
7 // Font and Colors
8- section_l = new Label (_("Font and colors:"));
9+ section_l = new Label (_("Font and Color Scheme:"));
10 add_section (content, section_l, ref row);
11
12 style_scheme = new ComboBoxText ();

Subscribers

People subscribed via source and target branches