Skip to content

Commit

Permalink
Removed linebreak in html original Sierra game import text.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Mar 23, 2024
1 parent d0fb9da commit 99eea40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void promptForImportType(AppConfigItem appConfigItem, ImportTypeResponseH
String[] values = ImportType.getDescriptions();
String title = "Please select the type of import:";
String message = (appConfigItem != null?
"For legal reasons, you must import your own copy of <br>" + gameName + "<br><br>" : "");
"For legal reasons, you must import your own copy of " + gameName + "<br><br>" : "");
Gdx.app.postRunnable(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 99eea40

Please sign in to comment.