aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2011-09-02 19:48:54 +0000
committerdmoagx <post@wickenrode.com>2011-09-02 19:48:54 +0000
commit79eb338f3f007fbe472076db6e875e32d0dbf285 (patch)
tree5fde585547b46126c6e095f98fe224c2f6b5e6ed /Source/SPDatabaseDocument.m
parentad03e2357538fd3219938866214f734836f2b8b9 (diff)
downloadsequelpro-79eb338f3f007fbe472076db6e875e32d0dbf285.tar.gz
sequelpro-79eb338f3f007fbe472076db6e875e32d0dbf285.tar.bz2
sequelpro-79eb338f3f007fbe472076db6e875e32d0dbf285.zip
* Fixes some localization spacing issues reported by Frédéric Latour
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 18bc6407..85dc0615 100644
--- a/Source/SPDatabaseDocument.m
+++ b/Source/SPDatabaseDocument.m
@@ -763,7 +763,7 @@ static NSString *SPCreateSyntx = @"SPCreateSyntax";
if (![tablesListInstance selectionShouldChangeInTableView:nil]) return;
[databaseCopyNameField setStringValue:selectedDatabase];
- [copyDatabaseMessageField setStringValue:[NSString stringWithFormat:NSLocalizedString(@"Duplicate database '%@' to:", @"duplicate database message"), selectedDatabase]];
+ [copyDatabaseMessageField setStringValue:selectedDatabase];
[NSApp beginSheet:databaseCopySheet
modalForWindow:parentWindow