Fix typo: Persistant -> Persistent

This commit just fixes a small typo which was found by lintian
when checking the Ubuntu package to be published on PlayDeb.net.
This commit is contained in:
Christoph Korn 2012-11-09 22:23:05 +01:00
parent d7c52241a4
commit 04df448c96

View File

@ -105,7 +105,7 @@ RenderView::RenderView():
presetButton->SetActionCallback(new RenderPresetAction(this, 2));
AddComponent(presetButton);
presetButton = new ui::Button(ui::Point(presetButtonOffset+161, YRES+6), ui::Point(30, 13), "", "Persistant display mode preset");
presetButton = new ui::Button(ui::Point(presetButtonOffset+161, YRES+6), ui::Point(30, 13), "", "Persistent display mode preset");
presetButton->SetIcon(IconPersistant);
presetButton->SetActionCallback(new RenderPresetAction(this, 3));
AddComponent(presetButton);