summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-16 03:00:50 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-16 03:00:50 +0100
commitc6dd25ceda038e1fa6e4b47b3319e350ab00893e (patch)
tree575501f6e66e61b3d0fca99716fc4596155b8806
parentbd9f410c45d59ba3f1f1db13ff45cf114d204158 (diff)
fix capitalization
-rw-r--r--udev-browse.vala2
1 files changed, 1 insertions, 1 deletions
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);