Typofix "Exprimental" -> "Experimental"

Spotted by debian Lintian.


git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@658 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2016-04-14 18:19:33 +00:00
parent 2ec5646915
commit 0513371751
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ void SaveConfigFile() {
liste.Add();
AddComment(liste, "Use sqare root of scale factors for menu screens [0...1]");
AddComment(liste, "Exprimental: these factors reduce the effect of screen scaling.");
AddComment(liste, "Experimental: these factors reduce the effect of screen scaling.");
AddComment(liste, "The widgets are closer to their default sizes.");
AddItem(liste, "use_quad_scale", param.use_quad_scale);
liste.Add();