Skip to content

Commit

Permalink
Update jse_teleport.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
LapplandBro committed Sep 12, 2023
1 parent b3fa197 commit 5b87a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/jse_teleport.sp
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ void SendCourseMenu(int iClient, MenuHandler fnCourseHandler, MenuHandler fnJump
}

Menu hMenu = new Menu(fnCourseHandler);
hMenu.SetTitle("Select Course");
hMenu.SetTitle("Выберите курс:");
hMenu.ExitBackButton = bBackButton;
hMenu.ExitButton = true;

Expand Down

0 comments on commit 5b87a78

Please sign in to comment.