diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2016-05-21 11:34:19 +0200 |
|---|---|---|
| committer | Rémi Verschelde <remi@verschelde.fr> | 2016-05-21 11:34:19 +0200 |
| commit | 436debb0450baffc44956523b8277ecf1a477b7a (patch) | |
| tree | 7da06093df103b151358db1f4b1395aeef67df15 /scene/main/viewport.cpp | |
| parent | 2b29e7ba6ff20f81dc512c14fbb0153d1ef6a201 (diff) | |
| parent | 00d8f8604476b525869787f0962bf41b4b591061 (diff) | |
Merge pull request #4733 from akien-mga/pr-i18n-proofreading
i18n: Proofreading of all strings
Diffstat (limited to 'scene/main/viewport.cpp')
| -rw-r--r-- | scene/main/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/viewport.cpp b/scene/main/viewport.cpp index 2a057fc424..ebc8d49422 100644 --- a/scene/main/viewport.cpp +++ b/scene/main/viewport.cpp @@ -2407,7 +2407,7 @@ String Viewport::get_configuration_warning() const { if (get_parent() && !get_parent()->cast_to<Control>() && !render_target) { - return TTR("This viewport is not set as render target. If you intend for it to display it's contents directly to the screen, make it a child of a Control so it can obtain a size. Otherwise, make it a RenderTarget and assign it's internal texture to some node for display."); + return TTR("This viewport is not set as render target. If you intend for it to display its contents directly to the screen, make it a child of a Control so it can obtain a size. Otherwise, make it a RenderTarget and assign its internal texture to some node for display."); } return String(); |