This question has been asked many many time. Did you try to use search function?
create language file called qa-lang-main.php in qa-lang/custom/ directory and add beow content.
<?php
return array(
'nav_qs' => 'Get ALL Questions', // change Get All Questions to whatever you want
);
?>
This will replace default Questions text with yoru text.