Change from PR feedback.

Signed-off-by: John Jones-Steele <jjjoness@amazon.com>
This commit is contained in:
John Jones-Steele
2021-07-12 15:50:29 +01:00
parent a573d859c7
commit 13879665df
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2972,9 +2972,9 @@ void EditorViewportWidget::RestoreViewportAfterGameMode()
QString text =
QString(
"When leaving \" Game Mode \" the engine will automatically restore your camera position to the default position before you "
tr("When leaving \" Game Mode \" the engine will automatically restore your camera position to the default position before you "
"had entered Game mode.<br/><br/><small>If you dislike this setting you can always change this anytime in the global "
"preferences.</small><br/><br/>")
"preferences.</small><br/><br/>"))
.arg(EditorPreferencesGeneralRestoreViewportCameraSettingName);
QString restoreOnExitGameModePopupDisabledRegKey("Editor/AutoHide/ViewportCameraRestoreOnExitGameMode");
+2 -2
View File
@@ -4085,9 +4085,9 @@ void CRenderViewport::RestoreViewportAfterGameMode()
QString text =
QString(
"When leaving \" Game Mode \" the engine will automatically restore your camera position to the default position before you "
tr("When leaving \" Game Mode \" the engine will automatically restore your camera position to the default position before you "
"had entered Game mode.<br/><br/><small>If you dislike this setting you can always change this anytime in the global "
"preferences.</small><br/><br/>")
"preferences.</small><br/><br/>"))
.arg(EditorPreferencesGeneralRestoreViewportCameraSettingName);
QString restoreOnExitGameModePopupDisabledRegKey("Editor/AutoHide/ViewportCameraRestoreOnExitGameMode");