--- deliantra/Deliantra-Client/DC/Main.pm 2012/11/21 12:48:12 1.26 +++ deliantra/Deliantra-Client/DC/Main.pm 2014/12/24 06:12:21 1.28 @@ -513,7 +513,7 @@ sub audio_init { if ($CFG->{audio_enable}) { - DC::Audio::init $CFG->{audio_driver}; + DC::Audio::init; if ($SDL_MIXER) { audio_music_finished; @@ -1180,7 +1180,7 @@ state => $CFG->{texture_compression}, tooltip => "Use texture compression. Normally this will not reduce visual quality noticable but " . "will save a lot of memory and increase performance (and also fall prey to the ever-buggy Mac OS X software renderer). " - . "The compression algorithm can differ form card to card, so your mileage may vary. This setting is ignored in " + . "The compression algorithm can differ from card to card, so your mileage may vary. This setting is ignored in " . "forced OpenGL 1.1 mode and when using the Apple renderer.", on_changed => sub { my ($self, $value) = @_; $CFG->{texture_compression} = $value; 0 } ); @@ -1957,7 +1957,7 @@ $vbox->add (new DC::UI::FancyFrame label => "Server Message", - tooltip => "The last message, or error, form the server.", + tooltip => "The last message, or error, from the server.", child => ($LOGIN_ERROR = new DC::UI::Label valign => 0, ellipsise => 0), );