[request] -> 'upd_alb_n' => 'Update album %s', [request] -> 'upd_alb_n' => 'Update album %s',
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[request] -> 'upd_alb_n' => 'Update album %s',

Started by Makc666, August 06, 2004, 04:10:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

[request] -> 'upd_alb_n' => 'Update album %s',

In english.php there is code:
'upd_alb_n' => 'Update album %s',

I suggets to replace it to:
'upd_alb_n' => 'Update album -> %s',

It is just a cosmetic fix!

Joachim Müller

I like it the way it is currently set up, I don't belive in adding symbols. If you want to do this modification, is suggest using > instead of >

GauGau

Makc666

Thanks for >
The way it is currently set up makes so that in title you get frases like:
Update album Picutres album
Update album Birthday album
and so on.

If we add ->
it will look like:
Update album -> Picutres album
Update album -> Birthday album

GauGau, I always try to reproduce only good ideas of mine :P

Quote from: GauGau on August 06, 2004, 07:39:37 AM
I like it the way it is currently set up, I don't belive in adding symbols. If you want to do this modification, is suggest using > instead of >

GauGau

Joachim Müller

OK, this is a matter of taste. I never name my albums "foo album" and "bar album", I just name them "foo " and "bar". This way, I avoid such issues ...

GauGau