Skip to content

Commit

Permalink
Better warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 24, 2024
1 parent 9534b4c commit c5f763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/PartitionMenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public class Installer.PartitionMenu : Gtk.Popover {

if (use_as.active == 4 && !custom.text.has_prefix ("/")) {
partition_bar.icon = new ThemedIcon ("dialog-warning-symbolic");
partition_bar.tooltip_text = _("Custom value is invalid");
partition_bar.tooltip_text = _("Custom value must begin with /");
return;
}

Expand Down

0 comments on commit c5f763c

Please sign in to comment.