From d77497eab31acbd0e57a5d3a1406115b65f20cd7 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Fri, 5 Jul 2024 00:49:26 +0300 Subject: [PATCH] PT-BR: Translate Title Menu --- www.br/js/plugins/Omori Title Screen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.br/js/plugins/Omori Title Screen.js b/www.br/js/plugins/Omori Title Screen.js index 53fd39f..593f2c2 100644 --- a/www.br/js/plugins/Omori Title Screen.js +++ b/www.br/js/plugins/Omori Title Screen.js @@ -387,7 +387,7 @@ Scene_OmoriTitleScreen.prototype.createTitleCommands = function() { // Initialize Title Comands this._titleCommands = []; // Text Array - var textList = ['NOVO JOGO', 'CONTINUAR', 'OPÇÕES', 'PORTED BY'] + var textList = ['NOVO JOGO', 'CONTINUAR', 'OPÇÕES', 'PORTADO POR'] // Get Center X Position var centerX = 43; // Go Through Text Array