Skip to content

Commit

Permalink
Fix chooseCompatibleMapper:
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 23, 2023
1 parent fbf62ce commit 191e845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chooseCompatibleMapper: aReference
('Unknown file format: {1}. You can import it as one of these ',
'generic asset types (or cancel to stop the import of this file):'
format: {aReference})]].
[1] -> [mappers first].
[1] -> [nonGenericMappers first].
} otherwise: [self
chooseFromMappers: nonGenericMappers
title: ('As which type of asset should {1} be imported?' format: {aReference})]
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"buildWindow:" : "mad 9/26/2023 15:47",
"buildWith:" : "mad 9/20/2023 15:09",
"buildWorkspace:" : "mad 9/20/2023 21:03",
"chooseCompatibleMapper:" : "mad 10/21/2023 22:50",
"chooseCompatibleMapper:" : "mad 10/23/2023 14:27",
"chooseFromMappers:title:" : "mad 10/21/2023 22:44",
"commonPathPrefix" : "mad 10/1/2023 17:54",
"defaultFileNameFor:" : "mad 10/21/2023 23:08",
Expand Down

0 comments on commit 191e845

Please sign in to comment.