Skip to content

Commit

Permalink
tools: specify the resource type
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Dec 12, 2024
1 parent 23923b0 commit 72fb6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/widgets/resource_chooser_button.vala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class ResourceChooserButton : Gtk.Box

private void on_selector_clicked()
{
Gtk.Dialog dg = new Gtk.Dialog.with_buttons("Select Resource"
Gtk.Dialog dg = new Gtk.Dialog.with_buttons("Select a %s".printf(_type)
, (Gtk.Window)this.get_toplevel()
, DialogFlags.MODAL
, null
Expand Down

0 comments on commit 72fb6a1

Please sign in to comment.