Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
247 views
in Q2A Core by
I there a way to change the "answered" namespace to just "Answer"

 

I am recieving an rss feed from my instance of Q2A on another website and it would look nicer if the namespace was changed to "answer" due to the context it is presented in.

1 Answer

0 votes
by

If you want to change the titles of the rss-feed:
Open qa-include/qa-lang-misc.php and change:

'feed_a_prefix' => 'Answered: ',

to

'feed_a_prefix' => 'Answer: ',

If you want to change more text related to rss-feeds, please have also a look in qa-include/qa-lang-options.php.

...