Update language files to use new path format (User_Files vs OGP_User_Files)

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-05 23:05:09 +00:00
parent 08f83918f1
commit 74dd7e68c9
15 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@
define('OGP_LANG_add_mods_note', "You need to add mods after adding server to user. This can be done by editing the server.");
define('OGP_LANG_game_servers', "Game Servers");
define('OGP_LANG_game_path', "Game Path");
define('OGP_LANG_game_path_info', "An absolute server path. Example: /home/ogpbot/OGP_User_Files/My_Server");
define('OGP_LANG_game_path_info', "An absolute server path. Example: /home/ogpbot/User_Files/My_Server");
define('OGP_LANG_game_server_name_info', "Server name helps users to identify their servers.");
define('OGP_LANG_control_password', "Control password");
define('OGP_LANG_control_password_info', "This password is used for server control, such as RCON password. If the password is empty then other means are used.");