aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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];