diff options
author | dmoagx <post@wickenrode.com> | 2011-05-10 15:44:29 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2011-05-10 15:44:29 +0000 |
commit | d3943164cdba8b528413942e3b01ffc67e64436f (patch) | |
tree | d9e5e5b3750ac006751695c1a19cf6fba8943df1 /Source/SPDatabaseDocument.m | |
parent | 5914260a1ca2db3da190fde077145756ba169bf4 (diff) | |
download | sequelpro-d3943164cdba8b528413942e3b01ffc67e64436f.tar.gz sequelpro-d3943164cdba8b528413942e3b01ffc67e64436f.tar.bz2 sequelpro-d3943164cdba8b528413942e3b01ffc67e64436f.zip |
* Fixes most parts of #1006 (Translation of file names)
* Update strings files
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-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 c8f926e1..d93d5a14 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -2718,7 +2718,7 @@ static NSString *SPCreateSyntx = @"SPCreateSyntax"; if([[NSApp delegate] sessionURL]) filename = [[[[NSApp delegate] sessionURL] absoluteString] lastPathComponent]; else - filename = [NSString stringWithFormat:@"%@", @"session"]; + filename = [NSString stringWithFormat:NSLocalizedString(@"Session",@"Initial filename for 'Save session' file")]; contextInfo = @"saveSession"; } |