mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Renamed "Message Report" panel name to "Prompt".
This commit is contained in:
@@ -47,7 +47,7 @@ public enum VMessage implements IVDoc {
|
|||||||
|
|
||||||
// Fields used with interface IVDoc
|
// Fields used with interface IVDoc
|
||||||
private DragCell parentCell;
|
private DragCell parentCell;
|
||||||
private final DragTab tab = new DragTab("Message Report");
|
private final DragTab tab = new DragTab("Prompt");
|
||||||
|
|
||||||
// Various components
|
// Various components
|
||||||
private final JButton btnOK = new FButton("OK");
|
private final JButton btnOK = new FButton("OK");
|
||||||
|
|||||||
Reference in New Issue
Block a user