diff options
| author | Rémi Verschelde | 2017-08-17 22:41:55 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-17 22:41:55 +0200 |
| commit | ee59e627ded8c9d0a3d2d33b2d6cc6734a62b04d (patch) | |
| tree | 7c70f0dad8e79e273d9bcaadd0ff07a0c189b299 /scene/gui/line_edit.cpp | |
| parent | 33c1d25517050470689924c60414feaf295ce05f (diff) | |
| parent | c72529baf09927b381e7850a0f132c1473b16ee2 (diff) | |
| download | godot-ee59e627ded8c9d0a3d2d33b2d6cc6734a62b04d.tar.gz godot-ee59e627ded8c9d0a3d2d33b2d6cc6734a62b04d.tar.zst godot-ee59e627ded8c9d0a3d2d33b2d6cc6734a62b04d.zip | |
Diffstat (limited to 'scene/gui/line_edit.cpp')
| -rw-r--r-- | scene/gui/line_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/line_edit.cpp b/scene/gui/line_edit.cpp index c1784fb7b..2dc60b3dc 100644 --- a/scene/gui/line_edit.cpp +++ b/scene/gui/line_edit.cpp @@ -991,7 +991,7 @@ String LineEdit::get_text() const { void LineEdit::set_placeholder(String p_text) { - placeholder = XL_MESSAGE(p_text); + placeholder = localize(p_text); update(); } |
