mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Fixed some grammatical mistakes
This commit is contained in:
parent
d9b5cafdee
commit
9b1a2e50f2
8 changed files with 38 additions and 38 deletions
|
@ -180,7 +180,7 @@ void LogFrame::OnRightClick(wxMouseEvent& event)
|
|||
{
|
||||
wxMenu* menu = new wxMenu();
|
||||
|
||||
menu->Append(id_log_copy, "&Copy Ctrl+C");
|
||||
menu->Append(id_log_copy, "&Copy");
|
||||
menu->AppendSeparator();
|
||||
menu->Append(id_log_clear, "C&lear");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue