Skip to content

Commit

Permalink
Removed text which says Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishvasu committed Jun 28, 2024
1 parent b3c2f3b commit 37019f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OptionPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OptionPanel::OptionPanel(wxWindow* parent) : wxPanel(parent)
this,
"Filter",
new wxDynStringHashMap(
{"Copy non empty subfolders", "Copy everything", "Copy only files"},
{"Non empty subfolders", "Everything", "Only files"},
{"/S", "/E", ""}
)
);
Expand Down

0 comments on commit 37019f5

Please sign in to comment.