summaryrefslogtreecommitdiff
path: root/src/gui/setup_visual.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_visual.cpp')
-rw-r--r--src/gui/setup_visual.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_visual.cpp b/src/gui/setup_visual.cpp
index 5e072b53b..22df1ffa7 100644
--- a/src/gui/setup_visual.cpp
+++ b/src/gui/setup_visual.cpp
@@ -69,7 +69,7 @@ Setup_Visual::Setup_Visual()
mSpeachList->push_back(_("Text"));
mSpeachList->push_back(_("Bubbles, no names"));
mSpeachList->push_back(_("Bubbles with names"));
- new SetupItemSlider2(_("Overhead text"),"", "speech", this,
+ new SetupItemSlider2(_("Overhead text"), "", "speech", this,
"speechEvent", 0, 3, mSpeachList);
mAmbientFxList = new SetupItemNames();