summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scene/main/viewport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/viewport.cpp b/scene/main/viewport.cpp
index dbb0e8215a..8ef3bdd04e 100644
--- a/scene/main/viewport.cpp
+++ b/scene/main/viewport.cpp
@@ -2954,7 +2954,7 @@ String Viewport::get_configuration_warning() const {
}*/
if (size.x == 0 || size.y == 0) {
- return TTR("This viewport can't render anything.\nConsider increasing the size.");
+ return TTR("Viewport size must be greater than 0 to render anything.");
}
return String();
}