Skip to content

Commit 82afc8e

Browse files
traybug23egonw
authored andcommitted
added the missing + in the return string
1 parent f3220dc commit 82afc8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.bridgedb.gui/src/org/bridgedb/gui/PgdbParameterModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public String getName()
4343
public String getHelpHtml()
4444
{
4545
return
46-
"<html><h1>BridgeDerby database"
46+
"<html><h1>BridgeDerby database" +
4747
"<p>BridgeDerby are databases that consist of a single file which you can download " +
4848
"to your computer for fast access. Once downloaded, BridgeDerby databases are much" +
4949
"faster than a webservice." +

0 commit comments

Comments
 (0)