[Scummvm-cvs-logs] SF.net SVN: scummvm:[43758] tools/branches/gsoc2009-gui/gui/pages.cpp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Wed Aug 26 17:46:49 CEST 2009


Revision: 43758
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43758&view=rev
Author:   joostp
Date:     2009-08-26 15:46:48 +0000 (Wed, 26 Aug 2009)

Log Message:
-----------
fix typo

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/gui/pages.cpp

Modified: tools/branches/gsoc2009-gui/gui/pages.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/pages.cpp	2009-08-26 11:19:28 UTC (rev 43757)
+++ tools/branches/gsoc2009-gui/gui/pages.cpp	2009-08-26 15:46:48 UTC (rev 43758)
@@ -155,7 +155,7 @@
 	buttonsizer = new wxBoxSizer(wxVERTICAL);
 	buttonsizer->Add(new wxButton(buttonpanel, ID_EXTRACT, wxT("Extract")), wxSizerFlags().Expand());
 	buttonsizer->Add(new wxStaticText(buttonpanel, wxID_ANY, 
-		wxT("Extract the contents of archive filess."),
+		wxT("Extract the contents of archive files."),
 		wxDefaultPosition, wxSize(110, 60), wxALIGN_CENTER));
 	buttonpanel->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(IntroPage::onClickExtract), NULL, this);
 	buttonpanel->SetSizer(buttonsizer);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list