mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Merge pull request #6159 from JosJuice/consistent-gui-strings
Make GUI strings more consistent
This commit is contained in:
commit
53f0974372
11 changed files with 24 additions and 23 deletions
|
@ -496,7 +496,7 @@ void CFrame::OnRecord(wxCommandEvent& WXUNUSED(event))
|
|||
void CFrame::OnPlayRecording(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
wxString path =
|
||||
wxFileSelector(_("Select The Recording File"), wxEmptyString, wxEmptyString, wxEmptyString,
|
||||
wxFileSelector(_("Select the Recording File"), wxEmptyString, wxEmptyString, wxEmptyString,
|
||||
_("Dolphin TAS Movies (*.dtm)") +
|
||||
wxString::Format("|*.dtm|%s", wxGetTranslation(wxALL_FILES)),
|
||||
wxFD_OPEN | wxFD_PREVIEW | wxFD_FILE_MUST_EXIST, this);
|
||||
|
@ -992,7 +992,7 @@ void CFrame::DoRecordingSave()
|
|||
DoPause();
|
||||
|
||||
wxString path =
|
||||
wxFileSelector(_("Select The Recording File"), wxEmptyString, wxEmptyString, wxEmptyString,
|
||||
wxFileSelector(_("Select the Recording File"), wxEmptyString, wxEmptyString, wxEmptyString,
|
||||
_("Dolphin TAS Movies (*.dtm)") +
|
||||
wxString::Format("|*.dtm|%s", wxGetTranslation(wxALL_FILES)),
|
||||
wxFD_SAVE | wxFD_PREVIEW | wxFD_OVERWRITE_PROMPT, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue