Skip to content

Commit

Permalink
Merge pull request #892 from StevenCostiou/Improving-Create-Method-Vo…
Browse files Browse the repository at this point in the history
…cabulary

Changing "add method" to "create method" in the debugger method creator
  • Loading branch information
jecisc authored Nov 13, 2024
2 parents 17b8315 + 2d14faa commit 6f369ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ StDebuggerMethodImplementorExtension >> initializePresenters [

createMethodButton := self newButton
icon: (self iconNamed: #add);
label: 'Add method';
label: 'Create method';
action: [ self implementMethod ]
]

Expand Down

0 comments on commit 6f369ea

Please sign in to comment.