Skip to content

Commit

Permalink
SI-9202 fix punctuation, sorting in MSI installer
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaanm committed Mar 30, 2015
1 parent 08127d9 commit 4b7e695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ScalaDist.scala
Expand Up @@ -47,7 +47,7 @@ object ScalaDist {
Seq(
name := "scala",
maintainer := "LAMP/EPFL and Typesafe, Inc. <scala-internals@googlegroups.com>",
packageSummary := "The Scala Programming Language.",
packageSummary := "Scala Programming Language Distribution", // this will be spliced into the middle of a sentence --> no period (it also determines sort order, so, no "The" in front)
packageDescription := "Have the best of both worlds. Construct elegant class hierarchies for maximum code reuse and extensibility, implement their behavior using higher-order functions. Or anything in-between.",
crossPaths := false,

Expand Down

0 comments on commit 4b7e695

Please sign in to comment.