Skip to content

Commit

Permalink
More title case
Browse files Browse the repository at this point in the history
  • Loading branch information
sstendahl committed Dec 31, 2023
1 parent d0dd22b commit 48c8902
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/ui/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -794,12 +794,12 @@ menu view_menu {

menu center_menu {
item {
label: _("At maximum Y value");
label: _("At Maximum Y Value");
action: "app.center";
target: "max-y";
}
item {
label: _("At middle X value");
label: _("At Middle X Value");
action: "app.center";
target: "middle-x";
}
Expand All @@ -808,19 +808,19 @@ menu center_menu {
menu smoothen_menu {
section {
item {
label: _("Savitzky–Golay filter");
label: _("Savitzky–Golay Filter");
action: "app.smoothen";
target: "savgol";
}
item {
label: _("Moving average");
label: _("Moving Average");
action: "app.smoothen";
target: "moving-average";
}
}
section {
item {
label: _("Advanced settings");
label: _("Advanced Settings");
action: "app.smoothen_settings";
}
}
Expand Down

0 comments on commit 48c8902

Please sign in to comment.