Skip to content

Commit

Permalink
Capitalize project list menu items from mapper classes
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Nov 3, 2023
1 parent 0b84ac4 commit 385dcd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ menu
projectListMenu: aMenu for: aWorkingCopy
aWorkingCopy ifNil: [^ self].
aMenu
add: 'manage assets'
add: 'Manage assets'
target: SquotAssetBrowser
selector: #openOnWorkingCopy:
argument: aWorkingCopy.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"defaultEncoding" : "mad 9/20/2023 18:41",
"defaultEncodingName" : "mad 10/19/2023 11:50",
"encodingName:" : "mad 9/20/2023 19:01",
"projectListMenu:for:" : "mad 9/20/2023 18:23",
"projectListMenu:for:" : "mad 11/3/2023 15:09",
"requestEncoding" : "mad 9/20/2023 19:16",
"requestMapperClass" : "mad 9/20/2023 19:16",
"validEncodings" : "mad 9/20/2023 18:41" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
menu
as yet unclassified
projectListMenu: aMenu for: aWorkingCopy
aWorkingCopy ifNil: [^ self].
aMenu
add: 'manage packages'
add: 'Manage packages'
target: SquotTonelPackageBrowser
selector: #openOnWorkingCopy:
argument: aWorkingCopy.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
"package:" : "mad 4/21/2023 23:40",
"package:path:" : "mad 4/21/2023 23:41",
"projectListMenu:for:" : "mad 9/20/2023 11:47" },
"projectListMenu:for:" : "mad 11/3/2023 15:10" },
"instance" : {
"=" : "mad 9/26/2023 15:20",
"changeSetFromFSCommit:toFSCommit:" : "mad 9/6/2023 19:03",
Expand Down

0 comments on commit 385dcd0

Please sign in to comment.