Revision: 23975
http://sourceforge.net/p/bibdesk/svn/23975
Author: hofman
Date: 2019-07-09 17:15:33 +0000 (Tue, 09 Jul 2019)
Log Message:
-----------
use normal double quotes
Modified Paths:
--------------
trunk/bibdesk/BDSKAuthenticationController.m
Modified: trunk/bibdesk/BDSKAuthenticationController.m
===================================================================
--- trunk/bibdesk/BDSKAuthenticationController.m 2019-07-09 17:14:13 UTC
(rev 23974)
+++ trunk/bibdesk/BDSKAuthenticationController.m 2019-07-09 17:15:33 UTC
(rev 23975)
@@ -58,12 +58,12 @@
if ([space isProxy])
message = [NSString stringWithFormat:NSLocalizedString(@"To view
this page, you need to log in to the %@ proxy server %@.", @"prompt string in
authentication panel"), [space proxyType], host];
else
- message = [NSString stringWithFormat:NSLocalizedString(@"To view
this page, you need to log in to area “%@” on %@.", @"prompt string in
authentication panel"), realm, host];
+ message = [NSString stringWithFormat:NSLocalizedString(@"To view
this page, you need to log in to area \"%@\" on %@.", @"prompt string in
authentication panel"), realm, host];
} else {
if ([space isProxy])
message = [NSString stringWithFormat:NSLocalizedString(@"The name
or password entered for the %@ proxy server %@ was incorrect. Please try
again.", @"prompt string in authentication panel"), [space proxyType], host];
else
- message = [NSString stringWithFormat:NSLocalizedString(@"The name
or password entered for area “%@” on %@ was incorrect. Please try again.",
@"prompt string in authentication panel"), realm, host];
+ message = [NSString stringWithFormat:NSLocalizedString(@"The name
or password entered for area \"%@\" on %@ was incorrect. Please try again.",
@"prompt string in authentication panel"), realm, host];
}
[mainLabelField setStringValue:message];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit