MGR: Remove non-UTF8 character that was causing problems for the string extraction tool.

This commit is contained in:
Rom Walton 2015-04-29 16:45:06 -04:00
parent a879de776a
commit aae8b0d907
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ CSimpleFrame::CSimpleFrame(wxString title, wxIconBundle* icons, wxPoint position
// wxWidgets actually puts this in the BOINCManager menu
menuFile->Append(
wxID_PREFERENCES,
_("Preferences")
_("Preferences...")
);
#endif