From 2c7eff725904c253efdb3412e9b6c27ab88decdb Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 6 Jan 2010 14:38:01 +0000 Subject: Menu item label. --- Source/CustomQuery.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') 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