aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-18 22:25:17 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-18 22:25:17 +0000
commit627695ad8726323ce9fe6385cd32a0ec0935d378 (patch)
treeca26c41dd3b7bd7db0d398ef5cce05508bd57936
parenta401277e6a7aff7ce778617d6c4de16f38e37fe5 (diff)
downloadsequelpro-627695ad8726323ce9fe6385cd32a0ec0935d378.tar.gz
sequelpro-627695ad8726323ce9fe6385cd32a0ec0935d378.tar.bz2
sequelpro-627695ad8726323ce9fe6385cd32a0ec0935d378.zip
Update Localizable.strings and remove multiple keys for a single item.
-rw-r--r--Interfaces/English.lproj/Localizable.stringsbin107096 -> 109974 bytes
-rw-r--r--Source/TableContent.m2
2 files changed, 1 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/Localizable.strings b/Interfaces/English.lproj/Localizable.strings
index 6ff1bb17..37a1472e 100644
--- a/Interfaces/English.lproj/Localizable.strings
+++ b/Interfaces/English.lproj/Localizable.strings
Binary files differ
diff --git a/Source/TableContent.m b/Source/TableContent.m
index f8b29c28..58f2bc35 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -538,7 +538,7 @@
}
// If within a task, allow this query to be cancelled
- [tableDocumentInstance enableTaskCancellationWithTitle:NSLocalizedString(@"Stop", @"Stop load") callbackObject:nil callbackFunction:NULL];
+ [tableDocumentInstance enableTaskCancellationWithTitle:NSLocalizedString(@"Stop", @"stop button") callbackObject:nil callbackFunction:NULL];
// Perform and process the query
[tableContentView performSelectorOnMainThread:@selector(noteNumberOfRowsChanged) withObject:nil waitUntilDone:YES];