mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Removed an accidental apostrophe in ConquestPlaneSelector.
This commit is contained in:
@@ -131,7 +131,7 @@ public class ConquestPlaneSelector extends FDisplayObject {
|
||||
ConquestPlane plane = getSelectedPlane();
|
||||
String desc = plane.getDescription();
|
||||
if (!desc.isEmpty()) {
|
||||
GuiDialog.message(plane.getDescription().replace("\\n", "'\n"), plane.getName());
|
||||
GuiDialog.message(plane.getDescription().replace("\\n", "\n"), plane.getName());
|
||||
} else {
|
||||
GuiDialog.message("This plane has no description.", plane.getName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user