Skip to content

Commit

Permalink
Don't use caps for emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 14, 2024
1 parent 0fc3ad8 commit 42ab049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/PartitioningView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i>all</i> data on the selected partition."),
"dialog-warning-symbolic",
"orange"
);
Expand Down

0 comments on commit 42ab049

Please sign in to comment.