Skip to content

Commit

Permalink
change the menu entry name because nobody knows what iceberg is at a …
Browse files Browse the repository at this point in the history
…first look
  • Loading branch information
estebanlm committed May 10, 2023
1 parent 4258e90 commit b06fda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipRepositoriesBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ IceTipRepositoriesBrowser class >> menuCommandOn: aBuilder [
"Add a custom menu item to the world menu"
<worldMenu>

(aBuilder item: #'Iceberg')
(aBuilder item: #'Git Repositories Browser')
order: 1;
icon: self iconForWorldMenu;
parent: #'Versioning';
Expand Down

0 comments on commit b06fda1

Please sign in to comment.