diff --git a/src/forge/properties/NewConstants.java b/src/forge/properties/NewConstants.java index 5a75723b012..7d99d65ff36 100644 --- a/src/forge/properties/NewConstants.java +++ b/src/forge/properties/NewConstants.java @@ -264,6 +264,7 @@ public interface NewConstants { public static interface MENU { public static final String TITLE = "%s/NewGame/menu/title"; public static final String LF = "%s/NewGame/menu/lookAndFeel"; + public static final String DOWNLOADPRICE = "%s/NewGame/menu/downloadPrice"; public static final String DOWNLOAD = "%s/NewGame/menu/download"; public static final String DOWNLOADLQ = "%s/NewGame/menu/downloadlq"; public static final String IMPORTPICTURE = "%s/NewGame/menu/importPicture";