[RC1] $txt['posts'] = 'Beiträge'; used two times 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...
Re: [RC1] $txt['posts'] = 'Beiträge'; used two times Reply #1 – 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...
Re: [RC1] $txt['posts'] = 'Beiträge'; used two times Reply #2 – 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.