mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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