Skip to content

Commit 84b3d8e

Browse files
committed
Merge pull request #147 from scala/t9202
SI-9202 fix punctuation, sorting in MSI installer
2 parents 08127d9 + 4b7e695 commit 84b3d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ScalaDist.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object ScalaDist {
4747
Seq(
4848
name := "scala",
4949
maintainer := "LAMP/EPFL and Typesafe, Inc. <scala-internals@googlegroups.com>",
50-
packageSummary := "The Scala Programming Language.",
50+
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)
5151
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.",
5252
crossPaths := false,
5353

0 commit comments

Comments
 (0)