From c92056ec0042a7a3de9163ce08704236f5e1c331 Mon Sep 17 00:00:00 2001 From: sqlprodev Date: Thu, 14 Apr 2011 21:58:04 +0000 Subject: Fixes source text encoding problems accidentally introduced in r3273 --- Source/SPConnectionController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPConnectionController.m') diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index a0fa4c0a..728c621e 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -438,7 +438,7 @@ [self initiateMySQLConnection]; } else { - [tableDocument setTitlebarStatus:NSLocalizedString(@"SSH ConnectingÉ", @"SSH connecting titlebar marker")]; + [tableDocument setTitlebarStatus:NSLocalizedString(@"SSH Connecting…", @"SSH connecting titlebar marker")]; } } -- cgit v1.2.3