From 555cb252a3e42d0df5835a18df4abbe1a0b0725a Mon Sep 17 00:00:00 2001 From: sqlprodev Date: Thu, 14 Apr 2011 22:38:11 +0000 Subject: Fixes source text encoding problems accidentally introduced in r3273 --- Source/SPCustomQuery.m | 2 +- Source/SPTableContent.m | 6 +++--- Source/SPTextViewAdditions.m | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index df377e57..a67ec5f3 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -3186,7 +3186,7 @@ if(![searchString isEqualToString:SP_HELP_TOC_SEARCH_STRING]) [theHelp appendFormat:@"
%@ “%@”
", NSLocalizedString(@"Help topics for", @"help topics for"), searchString]; else - [theHelp appendFormat:@"
%@:
", NSLocalizedString(@"MySQL Help – Categories", @"mysql help categories"), searchString]; + [theHelp appendFormat:@"
%@:
", NSLocalizedString(@"MySQL Help – Categories", @"mysql help categories"), searchString]; // iterate through all found rows and print them as HTML ul/li list [theHelp appendString:@"