}
private void create_widgets () {
- Label text = new Label ("%s:".printf (_("Delay in seconds until loading the page")));
+ Label text = new Label (_("Delay in seconds until loading the page:"));
#if HAVE_GTK3
this.slider = new Scale.with_range (Orientation.HORIZONTAL, 0, 15, 0.1);
#else
}
private void create_widgets () {
- Label text = new Label ("%s:".printf (_("Command")));
+ Label text = new Label (_("Command:"));
this.input = new Entry ();
this.input.set_text (this.commandline.get_string ("commandline"));