From c6dd25ceda038e1fa6e4b47b3319e350ab00893e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 16 Jan 2010 03:00:50 +0100 Subject: fix capitalization --- udev-browse.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev-browse.vala') diff --git a/udev-browse.vala b/udev-browse.vala index 1c502b0..66ca129 100644 --- a/udev-browse.vala +++ b/udev-browse.vala @@ -159,7 +159,7 @@ public class MainWindow : Window { table.attach(new LeftLabel("Sequence Number:"), 0, 1, 9, 10, AttachOptions.FILL, AttachOptions.FILL, 0, 0); table.attach(seqnum_label, 1, 2, 9, 10, AttachOptions.EXPAND|AttachOptions.FILL, AttachOptions.FILL, 0, 0); - parent_button = new LinkButton.with_label("", "Go To parent"); + parent_button = new LinkButton.with_label("", "Go To Parent"); table.attach(parent_button, 0, 2, 10, 11, 0, 0, 0, 0); scroll = new ScrolledWindow(null, null); -- cgit