From 627695ad8726323ce9fe6385cd32a0ec0935d378 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 18 Nov 2009 22:25:17 +0000 Subject: Update Localizable.strings and remove multiple keys for a single item. --- Source/TableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') 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]; -- cgit v1.2.3