Hi gideon.
When I translate ask-box-label into Japanese, character is turned(chinese too?). It is also possible to deal with CSS of theme. But, I want to deal with <NOBR> tag.
Source)
qa-plugin/ask-box-widget/qa-ask-box.php (L80)
Sample Code)
<NOBR><?php echo strtr(qa_lang_html('question/ask_title'), array(' ' => ' '))?>:</NOBR>
Best regards.
sama55