mirror of https://github.com/BOINC/boinc.git
MGR: Remove non-UTF8 character that was causing problems for the string extraction tool.
This commit is contained in:
parent
a879de776a
commit
aae8b0d907
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue