Author: rmottola
Date: Tue Aug  5 14:44:57 2014
New Revision: 38039

URL: http://svn.gna.org/viewcvs/gnustep?rev=38039&view=rev
Log:
correct grammar from Informations to Information

Modified:
    tests/examples/trunk/gui/Classes/NSPanelTest/NSPanelTest.m

Modified: tests/examples/trunk/gui/Classes/NSPanelTest/NSPanelTest.m
URL: 
http://svn.gna.org/viewcvs/gnustep/tests/examples/trunk/gui/Classes/NSPanelTest/NSPanelTest.m?rev=38039&r1=38038&r2=38039&view=diff
==============================================================================
--- tests/examples/trunk/gui/Classes/NSPanelTest/NSPanelTest.m  (original)
+++ tests/examples/trunk/gui/Classes/NSPanelTest/NSPanelTest.m  Tue Aug  5 
14:44:57 2014
@@ -755,11 +755,11 @@
 // actions:
 
 
--showInformations:sender
+-showInformation:sender
 {
   [[NSApplication sharedApplication] orderFrontStandardInfoPanel: self];
   return(self);
-}//showInformations:;
+}//showInformation:;
 
 
 -useAlertPanels:sender
@@ -807,7 +807,7 @@
             keyEquivalent:key]; [item setEnabled:YES]; [item setTarget:self]
 
   menu=[[NSMenu alloc] initWithTitle:[[self class]description]];
-  makeitem(menu,@"Informations",           showInformations:,       @"i");
+  makeitem(menu,@"Information",           showInformation:,       @"i");
         
   subm=[[NSMenu alloc] initWithTitle:@"Panel Kind"];
   makeitem(subm,@"Use Alert Panels",        useAlertPanels:,        @"");


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to