diff --git a/www/data/System.json b/www/data/System.json index a2c7aca..287f8df 100644 --- a/www/data/System.json +++ b/www/data/System.json @@ -736,7 +736,7 @@ "obtainGold": "Gained %1\\G!", "obtainItem": "Gained %1!", "obtainSkill": "Learned %1!", - "partyName": "Next %1", + "partyName": "Team %1", "possession": "Owned", "preemptive": "%1 took the initiative!", "saveMessage": "Which file do you want to save to?", diff --git a/www/js/plugins.js b/www/js/plugins.js index a1441cc..5398630 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -163,7 +163,7 @@ var $plugins = [ "Chinese Font": "SimHei, Heiti TC, sans-serif", "Korean Font": "Dotum, AppleGothic, sans-serif", "Default Font": "GameFont, Verdana, Arial, Courier New", - "Font Size": "28", + "Font Size": "24", "Text Align": "left", "---ウィンドウ---": "", "Digit Grouping": "true", @@ -464,7 +464,7 @@ var $plugins = [ "Description Wrap": "false", "---フォント---": "", "Font Name": "GameFont", - "Font Size": "28", + "Font Size": "24", "Font Size Change": "12", "Font Changed Max": "96", "Font Changed Min": "12",