# HG changeset patch # User Claus Gittinger # Date 1485266221 -3600 # Node ID de20a60c89fa0ca521abf1bbd6aa0280fcb103ad # Parent e25fb535194016001a2cad6bb6b157ad5cf176ae menu strings. diff -r e25fb5351940 -r de20a60c89fa mercurial/extensions.st --- a/mercurial/extensions.st Mon Jan 23 13:56:25 2017 +0100 +++ b/mercurial/extensions.st Tue Jan 24 14:57:01 2017 +0100 @@ -1365,11 +1365,11 @@ itemValue: projectMenuHGBrowseRevisionHistory ) (MenuItem - label: 'Browse package working copy' + label: 'Browse Package''s Working Copy' itemValue: commonMenuHGBrowseWorkingCopy ) (MenuItem - label: 'Browse temporary working copy (for commits & merges)' + label: 'Browse Temporary Working Copy (for commits & merges)' itemValue: commonMenuHGBrowseTemporaryWorkingCopy ) )