Index: AE/Installer/trunk/source/aeinstallerapp.cpp
===================================================================
--- AE/Installer/trunk/source/aeinstallerapp.cpp	(revision 553)
+++ AE/Installer/trunk/source/aeinstallerapp.cpp	(revision 554)
@@ -131,5 +131,5 @@
 			case UPDATE_MNTH_REQD_ERR:
 				updateMsg = "There is a patch in the updates/ folder, but it patches the\n";
-				updateMsg = updateMsg + updateAE.AEVersion.substr(0, updateAE.AEVersion.length() - 1) + " release; it cannot update this version of the Edition.";
+				updateMsg = updateMsg + updateAE.AEVersion + " release; it cannot update this version of the Edition.";
 				updateNotification = new wxMessageDialog(TheWindow, updateMsg.c_str(), "AE Installer Alert", wxOK | wxICON_EXCLAMATION, wxDefaultPosition);
 				updateNotification->ShowModal();
