@LiquidCake commented on this pull request.


In plugins/saveactions.c:

>  
-		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:"));

done


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3911/review/2455240092@github.com>