From 2c7eff725904c253efdb3412e9b6c27ab88decdb Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 6 Jan 2010 14:38:01 +0000 Subject: Menu item label. --- Interfaces/English.lproj/Localizable.strings | Bin 112314 -> 114188 bytes Source/CustomQuery.m | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Interfaces/English.lproj/Localizable.strings b/Interfaces/English.lproj/Localizable.strings index 64526c45..7bc1b594 100644 Binary files a/Interfaces/English.lproj/Localizable.strings and b/Interfaces/English.lproj/Localizable.strings differ diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index c75172e0..7651640d 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -2927,7 +2927,7 @@ // Control Clear History menu item title according to isUntitled if ( [menuItem tag] == SP_HISTORY_CLEAR_MENUITEM_TAG ) { if ( [tableDocumentInstance isUntitled] ) { - [menuItem setTitle:NSLocalizedString(@"Clear global History", @"clear global history menu item title")]; + [menuItem setTitle:NSLocalizedString(@"Clear Global History", @"clear global history menu item title")]; [menuItem setToolTip:NSLocalizedString(@"Clear the global history list", @"clear the global history list tooltip message")]; } else { [menuItem setTitle:[NSString stringWithFormat:NSLocalizedString(@"Clear History for “%@”", @"clear history for “%@” menu title"), [tableDocumentInstance displayName]]]; -- cgit v1.2.3