Revision: 2706
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2706&view=rev
Author:   hofman
Date:     2007-08-22 15:26:26 -0700 (Wed, 22 Aug 2007)

Log Message:
-----------
Add quotes around type select string in status message.

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2007-08-22 19:53:29 UTC (rev 2705)
+++ trunk/SKMainWindowController.m      2007-08-22 22:26:26 UTC (rev 2706)
@@ -3577,7 +3577,7 @@
             [self updateRightStatus];
     } else if ([typeSelectHelper isEqual:[outlineView typeSelectHelper]]) {
         if (searchString)
-            [statusBar setLeftStringValue:[NSString 
stringWithFormat:NSLocalizedString(@"Finding: %@", @"Status message"), 
searchString]];
+            [statusBar setLeftStringValue:[NSString 
stringWithFormat:NSLocalizedString(@"Finding: \"[EMAIL PROTECTED]"", @"Status 
message"), searchString]];
         else
             [self updateLeftStatus];
     }


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to