diff --git a/src/Views/PartitioningView.vala b/src/Views/PartitioningView.vala index 5ad856da3..443dc626a 100644 --- a/src/Views/PartitioningView.vala +++ b/src/Views/PartitioningView.vala @@ -53,7 +53,7 @@ public class Installer.PartitioningView : AbstractInstallerView { title_label.get_style_context ().add_class (Granite.STYLE_CLASS_H2_LABEL); var format_row = new DescriptionRow ( - _("Selecting “Format” will erase ALL data on the selected partition."), + _("Selecting “Format” will erase all data on the selected partition."), "dialog-warning-symbolic", "orange" );