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/SPExportFileUtilities.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/SPExportFileUtilities.m')
-rw-r--r-- | Source/SPExportFileUtilities.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExportFileUtilities.m b/Source/SPExportFileUtilities.m index 2a490307..b23d0b78 100644 --- a/Source/SPExportFileUtilities.m +++ b/Source/SPExportFileUtilities.m @@ -158,7 +158,7 @@ typedef enum if (filesAlreadyExisting) { // Set up a string for use if files had to be skipped. - NSString *additionalErrors = filesFailed ? NSLocalizedString(@"\n\n(In addition, one or more errors occurred while attempting to create the export files: %lu could not be created. These will be ignored.", @"Additional export file errors") : @""; + NSString *additionalErrors = filesFailed ? NSLocalizedString(@"\n\n(In addition, one or more errors occurred while attempting to create the export files: %lu could not be created. These files will be ignored.)", @"Additional export file errors") : @""; if (filesAlreadyExisting == 1) { [alert setMessageText:[NSString stringWithFormat:NSLocalizedString(@"“%@” already exists. Do you want to replace it?", @"Export file already exists message"), [[[files objectAtIndex:0] exportFilePath] lastPathComponent]]]; |