Skip to content

Commit

Permalink
frontend: Rename "Bottle Name" to "Name"
Browse files Browse the repository at this point in the history
It's self-explanatory that the "Name" will be the name of the bottle.
  • Loading branch information
TheEvilSkeleton committed Jul 30, 2023
1 parent 05f779a commit 8ea5c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/ui/new.blp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ template NewView : .AdwWindow {

.AdwPreferencesGroup {
.AdwEntryRow entry_name {
title: _("Bottle Name");
title: _("Name");

[suffix]
MenuButton menu_duplicate {
Expand Down

0 comments on commit 8ea5c67

Please sign in to comment.