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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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