Commit 760095e2 by Rasmus Vermeulen

Clarify the Viewport size warning message

parent 855f4dc1
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment