diff options
author | stuconnolly <stuart02@gmail.com> | 2010-06-25 02:37:14 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-06-25 02:37:14 +0000 |
commit | acb5fb7c2c0f343a1a9587290e9336709dcea0b4 (patch) | |
tree | 6ae36d1368056a85360c388e8ef9237b1faf4503 /Source | |
parent | 16735cc3fc2a9cd9e2a619d290a3319d563e0842 (diff) | |
download | sequelpro-acb5fb7c2c0f343a1a9587290e9336709dcea0b4.tar.gz sequelpro-acb5fb7c2c0f343a1a9587290e9336709dcea0b4.tar.bz2 sequelpro-acb5fb7c2c0f343a1a9587290e9336709dcea0b4.zip |
Minor interface tweaks.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPDatabaseDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index c54a7a8b..83288cda 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -326,7 +326,7 @@ if([spf objectForKey:@"encrypted"] && [[spf valueForKey:@"encrypted"] boolValue]) { [inputTextWindowHeader setStringValue:NSLocalizedString(@"Connection file is encrypted", @"Connection file is encrypted")]; - [inputTextWindowMessage setStringValue:[NSString stringWithFormat:NSLocalizedString(@"Enter password for ‘%@’:",@"Please enter the password"), [path lastPathComponent]]]; + [inputTextWindowMessage setStringValue:[NSString stringWithFormat:NSLocalizedString(@"Please enter the password for ‘%@’:", @"Please enter the password"), [path lastPathComponent]]]; [inputTextWindowSecureTextField setStringValue:@""]; [inputTextWindowSecureTextField selectText:nil]; |