aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-06-25 02:37:14 +0000
committerstuconnolly <stuart02@gmail.com>2010-06-25 02:37:14 +0000
commitacb5fb7c2c0f343a1a9587290e9336709dcea0b4 (patch)
tree6ae36d1368056a85360c388e8ef9237b1faf4503 /Source/SPDatabaseDocument.m
parent16735cc3fc2a9cd9e2a619d290a3319d563e0842 (diff)
downloadsequelpro-acb5fb7c2c0f343a1a9587290e9336709dcea0b4.tar.gz
sequelpro-acb5fb7c2c0f343a1a9587290e9336709dcea0b4.tar.bz2
sequelpro-acb5fb7c2c0f343a1a9587290e9336709dcea0b4.zip
Minor interface tweaks.
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r--Source/SPDatabaseDocument.m2
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];