diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-19 00:08:12 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-21 00:21:57 +0200 |
commit | 94c34ff8906935cf0a9ef5ad82c6755ee21bbd07 (patch) | |
tree | 91e569002a8b8fcfcd2c8d6ee5f1d5fa1d02f93e /scene/2d/sprite.cpp | |
parent | bc8df8feaafd4e9ce0daa383f772ff111073c672 (diff) |
i18n: Proofreading of all strings
Done to ensure that no important identifiers are translatable,
to fix compound strings using the new vformat() function, and
some general English proofreading here and there.
Diffstat (limited to 'scene/2d/sprite.cpp')
-rw-r--r-- | scene/2d/sprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/sprite.cpp b/scene/2d/sprite.cpp index aebb9a4c28..3e6384ea2c 100644 --- a/scene/2d/sprite.cpp +++ b/scene/2d/sprite.cpp @@ -540,7 +540,7 @@ String ViewportSprite::get_configuration_warning() const { Viewport *vp = n->cast_to<Viewport>(); if (!vp->is_set_as_render_target()) { - return TTR("The Viewport set in the path property must be set as 'render taget' in order for this sprite to work"); + return TTR("The Viewport set in the path property must be set as 'render target' in order for this sprite to work."); } } } |