lang_digests.php small changes
»
Show posts from
to
Icy Phoenix
Old Support Topics - lang_digests.php small changes
TheSteffen
[ Tue 09 Jan, 2007 21:13 ]
Post subject:
lang_digests.php small changes
Only a hint,
in
lang_digests.php
FIND
Code: [
Hide
] [
Select
]
Code: [
Show
]
$lang['digest_posts_was_sent_to'] = 'posts was sent to';
$lang['digest_were_emailed'] = 'digests were emailed.';
REPLACE WITH
Code: [
Hide
] [
Select
]
Code: [
Show
]
$lang['digest_posts_was_sent_to'] = 'posts was sent to';
Because this one was twice:
Code: [
Hide
] [
Select
]
Code: [
Show
]
$lang['digest_were_emailed'] = 'digests were emailed.';
Mighty Gorgon
[ Wed 10 Jan, 2007 01:23 ]
Post subject:
Re: lang_digests.php small changes
They are not the same... the second one has a fullstop at the end!
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...
Thanks Steffen!
TheSteffen
[ Mon 15 Jan, 2007 11:23 ]
Post subject:
Re: lang_digests.php small changes
Small changes for
english/lang_main.php
This one is twice and can be delete
Code: [
Hide
] [
Select
]
Code: [
Show
]
$lang['Topics_per_page'] = 'Topics Per Page';
$lang['Posts_per_page'] = 'Posts Per Page';
$lang['Hot_threshold'] = 'Posts for Popular Threshold';
Mighty Gorgon
[ Wed 31 Jan, 2007 02:28 ]
Post subject:
Re: lang_digests.php small changes
Fixed... thank you!
Powered by
Icy Phoenix