https://www.icyphoenix.com/viewtopic.php?f=35&t=823
-----------------------------------
TheSteffen
Tue 09 Jan, 2007 21:13

lang_digests.php small changes
-----------------------------------
Only a hint,

in [b]lang_digests.php[/b]

FIND
[codeblock]$lang['digest_posts_was_sent_to'] = 'posts was sent to';
$lang['digest_were_emailed'] = 'digests were emailed.';[/codeblock]
REPLACE WITH
[codeblock]$lang['digest_posts_was_sent_to'] = 'posts was sent to';[/codeblock]

Because this one was twice:
[code linenumbers=false]$lang['digest_were_emailed'] = 'digests were emailed.';[/code]


-----------------------------------
Mighty Gorgon
Wed 10 Jan, 2007 01:23

Re: lang_digests.php small changes
-----------------------------------
They are not the same... the second one has a fullstop at the end! :lol_flag:



I'm kidding of course, the var has the same name, so the fullstop doesn't count... I've fixed it on the dev package... :wink:

Thanks Steffen!


-----------------------------------
TheSteffen
Mon 15 Jan, 2007 11:23

Re: lang_digests.php small changes
-----------------------------------
Small changes for [b]english/lang_main.php[/b]

This one is twice and can be delete ;-)
[code linenumbers=1607]$lang['Topics_per_page'] = 'Topics Per Page';
$lang['Posts_per_page'] = 'Posts Per Page';
$lang['Hot_threshold'] = 'Posts for Popular Threshold';[/code]


-----------------------------------
Mighty Gorgon
Wed 31 Jan, 2007 02:28

Re: lang_digests.php small changes
-----------------------------------
Fixed... thank you!


