summaryrefslogtreecommitdiff
path: root/scene/gui
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-02-10 14:17:29 -0200
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-02-10 14:18:08 -0200
commit4fd7115e13f1b59e2340db647fe3476a34439481 (patch)
treea5f6bb4c9c7e6987457fa19ab0440c49b404e79f /scene/gui
parent0f5a4fa7d5449e96127482889596a878c73b9915 (diff)
General cleanup of script and doc search bars
Diffstat (limited to 'scene/gui')
-rw-r--r--scene/gui/color_picker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/color_picker.cpp b/scene/gui/color_picker.cpp
index 4b1c7b3db7..7aca6acd00 100644
--- a/scene/gui/color_picker.cpp
+++ b/scene/gui/color_picker.cpp
@@ -737,7 +737,7 @@ ColorPicker::ColorPicker() :
bt_add_preset = memnew(Button);
bbc->add_child(bt_add_preset);
- bt_add_preset->set_tooltip(TTR("Add current color as a preset"));
+ bt_add_preset->set_tooltip(TTR("Add current color as a preset."));
bt_add_preset->connect("pressed", this, "_add_preset_pressed");
}