Resolved whitespace issue on long string message dialog text as per the development guidelines in wiki.

This commit is contained in:
tip2tail 2016-03-31 10:30:33 +01:00
parent aa5ffe99a7
commit 758eae6b3a
1 changed files with 1 additions and 2 deletions

View File

@ -266,8 +266,7 @@ void TimerRecordDialog::OnAutoSavePathButton_Click(wxCommandEvent& WXUNUSED(even
if (wxFileExists(fName)) {
wxMessageDialog m(
NULL,
_("The selected file name could not be used\nfor Timer Recording because it would overwrite another project.\n\
Please try again and select an original name."),
_("The selected file name could not be used\nfor Timer Recording because it would overwrite another project.\nPlease try again and select an original name."),
_("Error Saving Timer Recording Project"),
wxOK|wxICON_ERROR);
m.ShowModal();