Ok, I just did the following:
Changed this in ubbthreads.tmpl:
<a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&Forum=All_Forums&Words=&daterange=1&newertype=d&newerval=1&Limit=25"><br />{$ubbt_lang['PAST24']}<br /></a><br /><br />
...to this:
<a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&Forum=All_Forums&Words=&daterange=1&newertype=d&newerval=0.125&Limit=25"><br />{$ubbt_lang['PAST3']}<br /></a><br /><br /><br /><br /><a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&Forum=All_Forums&Words=&daterange=1&newertype=d&newerval=1&Limit=25"><br />{$ubbt_lang['PAST24']}<br /></a><br /><br /><br />
+ the change in the language folder

Seems to work fine!