Skip to content

Commit

Permalink
🔀 Merge pull request #50 from PabloEmidio/fix-label
Browse files Browse the repository at this point in the history
🪲 Fix miswrite label
  • Loading branch information
CleoMenezesJr authored May 20, 2023
2 parents 34f6aab + 47c3e6b commit 8434f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtk/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ template EscamboWindow : Adw.ApplicationWindow {
Adw.PreferencesGroup {
Adw.ActionRow create_new_body {
/* icon-name: "list-add-symbolic"; */
title: _("Create New Cookie...");
title: _("Create New Body...");
activatable: true;
Image {
icon-name: "go-next-symbolic";
Expand Down

0 comments on commit 8434f8a

Please sign in to comment.