[ifolder-svn] SF.net SVN: ifolder:[7606] trunk/ifolder/src/UI/Mac/OSXClient
Brought to you by:
srinidhi_bs
|
From: <spr...@us...> - 2011-07-21 12:57:37
|
Revision: 7606
http://ifolder.svn.sourceforge.net/ifolder/?rev=7606&view=rev
Author: spratima
Date: 2011-07-21 12:57:31 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
added missing semicolon and also corrected a missmatch in strings
Modified Paths:
--------------
trunk/ifolder/src/UI/Mac/OSXClient/English.lproj/Localizable.strings
trunk/ifolder/src/UI/Mac/OSXClient/src/iFolderData.m
Modified: trunk/ifolder/src/UI/Mac/OSXClient/English.lproj/Localizable.strings
===================================================================
--- trunk/ifolder/src/UI/Mac/OSXClient/English.lproj/Localizable.strings 2011-07-13 15:26:53 UTC (rev 7605)
+++ trunk/ifolder/src/UI/Mac/OSXClient/English.lproj/Localizable.strings 2011-07-21 12:57:31 UTC (rev 7606)
@@ -1088,7 +1088,7 @@
"Synchronization disabled for %@" = "Synchronization disabled for %@";
/*Primary message when filename contains invalid characters */
-"The specified name contains invalid characters" = "The specified name contains invalid characters"
+"The specified name contains invalid characters" = "The specified name contains invalid characters";
/*Secondary message when filename contains invalid characters */
-"Ensure that the name does not contain these characters : '\\', ':', '*', '?', '\"', '<', '>', '|'" = "Ensure that the name does not contain these characters : '\\', ':', '*', '?', '\"', '<', '>', '|'"
+"Ensure that the name does not contain these characters : '\\', ':', '*', '?', '\"', '<', '>', '|'" = "Ensure that the name does not contain these characters : '\\', ':', '*', '?', '\"', '<', '>', '|'";
Modified: trunk/ifolder/src/UI/Mac/OSXClient/src/iFolderData.m
===================================================================
--- trunk/ifolder/src/UI/Mac/OSXClient/src/iFolderData.m 2011-07-13 15:26:53 UTC (rev 7605)
+++ trunk/ifolder/src/UI/Mac/OSXClient/src/iFolderData.m 2011-07-21 12:57:31 UTC (rev 7606)
@@ -536,7 +536,7 @@
{
ifexconlog(@"iFolderDate:createiFolder(encrypted)",ex);
NSRunAlertPanel(NSLocalizedString(@"Exception in Create iFolder",@"Create iFolder Exception Title"),
- NSLocalizedString(@"Invalid Path. Please check the path that you entered",@"Create iFolder Exception Message"),
+ NSLocalizedString(@"Path is invalid. Please check the path that you entered",@"Create iFolder Exception Message"),
NSLocalizedString(@"OK",@"OK Button"),nil,nil);
[instanceLock unlock];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|