diff options
Diffstat (limited to 'udev-browse.vala')
-rw-r--r-- | udev-browse.vala | 2 |
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); |