News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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