@techee commented on this pull request.
- label = gtk_label_new_with_mnemonic( - _("Directory _levels to include in the backup destination:")); + label = gtk_label_new(_("milliseconds")); + + gtk_box_pack_start(GTK_BOX(hbox), spin, TRUE, TRUE, 0); + gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5); + gtk_widget_set_margin_left(hbox, 12); + + gtk_box_pack_start(GTK_BOX(inner_vbox), hbox, FALSE, FALSE, 0); + + /* Common */ + + label = gtk_label_new_with_mnemonic(_("Default _filetype to use for new files:"));
"new files" -> "untitled documents"