Skip to content

Commit

Permalink
some improved grammar...
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrouwer committed Feb 27, 2015
1 parent 8a38af3 commit 3ea5f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opensourceBIM/BIMserver/ifc_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ def IfcWrite

# check if it's possible to write IFC files
unless Sketchup.version_number > 14000000
raise "You need at least SketchUp 2014 to be able to create IFC-files"
raise "You need at least SketchUp 2014 to create IFC-files"
end
unless Sketchup.is_pro?
raise "You need at least SketchUp PRO to be able to create IFC-files"
raise "You need SketchUp PRO to create IFC-files"
end

# Export model to temporary IFC file
Expand Down

0 comments on commit 3ea5f91

Please sign in to comment.