ElkArte Community

Extending Elk => Localization => Topic started by: Jorin on July 11, 2014, 02:15:36 am

Title: [RC1] $txt['posts'] = 'Beiträge'; used two times
Post by: Jorin on July 11, 2014, 02:15:36 am
The string:

Code: [Select]
$txt['posts'] = 'Beiträge';
...is used two times: In forum index at the counter of posts and threads and in the member list. Can this be changed so two strings are used in these two places? Because I want to use "Beiträge" in forum index and "Beiträge:" in member list... :-[ :-X
Title: Re: [RC1] $txt['posts'] = 'Beiträge'; used two times
Post by: emanuele on July 12, 2014, 10:45:33 am
Out of curiosity, why the colon in the table-structure of the member list?
It would be the only one with a colon in the table...
Title: Re: [RC1] $txt['posts'] = 'Beiträge'; used two times
Post by: Jorin on July 12, 2014, 11:02:13 am
I thought it would look better, but it's impossible because of two times used text strings and such. So meanwhile I changed it back.  :-[