Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable menuthg: fix cmenu label and help strings

To share translation messages in *.PO files, it needs to share
completely same strings with entries in CShellExtCMenu.cpp file.

Changeset 36853de1c202

Parent b91ff37fb596

by Yuki KODAMA

Changes to one file · Browse files at 36853de1c202 Showing diff from parent b91ff37fb596 Diff from another changeset...

 
73
74
75
76
77
 
 
78
79
80
 
73
74
75
 
 
76
77
78
79
80
@@ -73,8 +73,8 @@
  'repoconf': { 'label': _('Repository Settings'),   'help': _('Configure repository settings'),   'icon': 'settings_repo.ico'}, - 'shellconf': { 'label': _('Explorer extension settings'), - 'help': _('Configure Explorer shell extension'), + 'shellconf': { 'label': _('Explorer Extension Settings'), + 'help': _('Configure Explorer extension'),   'icon': 'settings_user.ico'},   'about': { 'label': _('About TortoiseHg'),   'help': _('Show About Dialog'),