Index: /AE/Installer/trunk/source/aeinstallerapp.cpp
===================================================================
--- /AE/Installer/trunk/source/aeinstallerapp.cpp	(revision 515)
+++ /AE/Installer/trunk/source/aeinstallerapp.cpp	(revision 516)
@@ -141,7 +141,7 @@
 				break;
 			case UPDATE_PKG_AVAIL: // there's an update with no globalization or Installer strings attached
-				updateMsg = (string)"One or more third party update(s) for Anniversary Edition package(s) are available.\n" +
-					(string)"Please note that the AE team assumes no responsibility for the content of third party mods" +
-					(string)"nor effects that a third party mod may have on your install.\n" +
+				updateMsg = (string)"One or individual package updates for the Anniversary Edition is available.\n\n" +
+					(string)"Please note that the AE team assumes no responsibility for the content of third party mods " +
+					(string)"nor effects that a third party mod may have on your install.\n\n" +
 					(string)"Do you wish to install these update(s)?";
 				updateNotification = new wxMessageDialog(TheWindow, updateMsg.c_str(), "AE Installer Alert", wxYES_NO | wxICON_EXCLAMATION, wxDefaultPosition);
Index: /AE/Installer/trunk/source/installer.cpp
===================================================================
--- /AE/Installer/trunk/source/installer.cpp	(revision 515)
+++ /AE/Installer/trunk/source/installer.cpp	(revision 516)
@@ -1488,5 +1488,4 @@
 	
 	globalPackages = getPackages(); // refresh the list in memory
-	// TODO: Refresh the packages list in the window
 	wxCommandEvent e;
 	TheWindow->OnRefreshButtonClick( e );
Index: /AE/Installer/trunk/source/main_window.cpp
===================================================================
--- /AE/Installer/trunk/source/main_window.cpp	(revision 515)
+++ /AE/Installer/trunk/source/main_window.cpp	(revision 516)
@@ -625,5 +625,4 @@
 	////@begin wxEVT_COMMAND_MENU_SELECTED event handler for wxID_ABOUT in MainWindow.
     // Before editing this code, remove the block markers.
-	// TODO: Make About window work again!
     About* window = new About(this);
 	window->ShowModal();
@@ -677,5 +676,4 @@
 */
 
-// TODO: Make refreshMods actually refresh the list in the window of available mods so we can see any new package info and deleted mods are removed from the list
 void MainWindow::refreshMods (vector<string> s)
 {
