mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08: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();
|
ConquestPlane plane = getSelectedPlane();
|
||||||
String desc = plane.getDescription();
|
String desc = plane.getDescription();
|
||||||
if (!desc.isEmpty()) {
|
if (!desc.isEmpty()) {
|
||||||
GuiDialog.message(plane.getDescription().replace("\\n", "'\n"), plane.getName());
|
GuiDialog.message(plane.getDescription().replace("\\n", "\n"), plane.getName());
|
||||||
} else {
|
} else {
|
||||||
GuiDialog.message("This plane has no description.", plane.getName());
|
GuiDialog.message("This plane has no description.", plane.getName());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user