[haiku-commits] r36086 - haiku/trunk/src/apps/aboutsystem

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 17:56:33 +0200 (CEST)

Author: mmadia
Date: 2010-04-08 17:56:32 +0200 (Thu, 08 Apr 2010)
New Revision: 36086
Changeset: http://dev.haiku-os.org/changeset/36086/haiku

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
slight rewording.

Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-04-08 15:42:05 UTC 
(rev 36085)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-04-08 15:56:32 UTC 
(rev 36086)
@@ -1076,8 +1076,7 @@
        fCreditsView->Insert(TR("The Haikuware team and their bounty 
program\n"));
        fCreditsView->Insert(TR("The BeGeistert team\n"));
        fCreditsView->Insert(TR("Google & their Google Summer of Code 
program\n\n"));
-       fCreditsView->Insert(TR("... and the many community members making "
-               "donations!\n\n"));
+       fCreditsView->Insert(TR("... and the many people making 
donations!\n\n"));
 
        // copyrights for various projects we use
 


Other related posts:

  • » [haiku-commits] r36086 - haiku/trunk/src/apps/aboutsystem - mattmadia