Author: rmottola
Date: Mon Jan 18 21:23:18 2016
New Revision: 39294

URL: http://svn.gna.org/viewcvs/gnustep?rev=39294&view=rev
Log:
localize from framework

Modified:
    apps/gworkspace/trunk/FSNode/FSNIconsView.m

Modified: apps/gworkspace/trunk/FSNode/FSNIconsView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/FSNode/FSNIconsView.m?rev=39294&r1=39293&r2=39294&view=diff
==============================================================================
--- apps/gworkspace/trunk/FSNode/FSNIconsView.m (original)
+++ apps/gworkspace/trunk/FSNode/FSNIconsView.m Mon Jan 18 21:23:18 2016
@@ -795,7 +795,7 @@
       }
     }
     
-    menu = [[NSMenu alloc] initWithTitle: NSLocalizedString(@"Open with", 
@"")];
+    menu = [[NSMenu alloc] initWithTitle: 
NSLocalizedStringFromTableInBundle(@"Open with", nil, [NSBundle 
bundleForClass:[self class]], @"")];
     apps = [[NSWorkspace sharedWorkspace] infoForExtension: firstext];
     app_enum = [[apps allKeys] objectEnumerator];
 


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

Reply via email to