From 2506644701e651cb32c29fcc78db2aff816e42ee Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 5 Aug 2006 00:01:30 +0000 Subject: [PATCH] punctuation cleanup --- stepmania/src/smpackage/MainMenuDlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/smpackage/MainMenuDlg.cpp b/stepmania/src/smpackage/MainMenuDlg.cpp index c7c3cf73da..3da260ad4d 100644 --- a/stepmania/src/smpackage/MainMenuDlg.cpp +++ b/stepmania/src/smpackage/MainMenuDlg.cpp @@ -112,8 +112,8 @@ RString GetLastErrorString() static LocalizedString MUSIC_FILE ( "MainMenuDlg", "Music file" ); static LocalizedString THE_SONG_DIRECTORY_ALREADY_EXISTS ( "MainMenuDlg", "The song directory '%s' already exists. You cannot override an existing song." ); static LocalizedString FAILED_TO_COPY_MUSIC_FILE ( "MainMenuDlg", "Failed to copy music file '%s' to '%s': %s" ); -static LocalizedString FAILED_TO_CREATE_THE_SONG_FILE ( "MainMenuDlg", "Failed to create the song file '%s'" ); -static LocalizedString SUCCESS_CREATED_THE_SONG ( "MainMenuDlg", "Success. Created the song '%s'" ); +static LocalizedString FAILED_TO_CREATE_THE_SONG_FILE ( "MainMenuDlg", "Failed to create the song file '%s'." ); +static LocalizedString SUCCESS_CREATED_THE_SONG ( "MainMenuDlg", "Success. Created the song '%s'." ); void MainMenuDlg::OnCreateSong() { // TODO: Add your control notification handler code here