Skip to content

Commit

Permalink
fix: one tooltip text wasn't trimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Oct 25, 2023
1 parent 4665e65 commit 66d13e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/reactome/lit_ball/common/Settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ object Settings {
Directory where YDF models are stored that get used
as text classifiers. The query-specific model is set
in the query settings.
""",
""".trimIndent(),
"query-sort-type" to """
Current sorting type for the query list. Change this
also by clicking on the resp. sort buttons.
Expand Down

0 comments on commit 66d13e0

Please sign in to comment.