From 480e9d0e84f86cb5a0a2fb53f1b4b9ebb10fa86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Budziszewski?= Date: Tue, 5 Mar 2024 18:52:31 +0100 Subject: [PATCH] Updated descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Budziszewski --- .../Code/Source/ScreenRecorder/ScreenRecorderComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/RobotecRecordingTools/Code/Source/ScreenRecorder/ScreenRecorderComponent.cpp b/Gems/RobotecRecordingTools/Code/Source/ScreenRecorder/ScreenRecorderComponent.cpp index 392131db..be550bd1 100644 --- a/Gems/RobotecRecordingTools/Code/Source/ScreenRecorder/ScreenRecorderComponent.cpp +++ b/Gems/RobotecRecordingTools/Code/Source/ScreenRecorder/ScreenRecorderComponent.cpp @@ -38,7 +38,7 @@ namespace RobotecRecordingTools AZ::Edit::UIHandlers::Default, &ScreenRecorderComponent::m_captureFramerate, "Capture framerate", - "Limit of capture framerate. This framerate coresponds simulation time, which can be scaled using \"Tick scale\" parameter. If this framerate if lower or equal zero, frames will be captured without limit.") + "Limit of capture framerate. This framerate corresponds to simulation time, which can be scaled using \"Tick scale\" parameter. If this framerate is lower or equal to zero, frames will be captured without limit.") ->DataElement( AZ::Edit::UIHandlers::Default, &ScreenRecorderComponent::m_tickScale,