diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 03:33:43 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 03:33:43 -0400 |
commit | e3a53251c08ce5245f098bb37ca955016d9d57a0 (patch) | |
tree | f01f3542a4d25e9973ad7e684c6e7ee0f520b5b2 /scripts/update_pot.sh | |
parent | ff01140d7163e1831adf9fc1bf5625afbee76a37 (diff) |
last scrub of Laconica -> StatusNet
Diffstat (limited to 'scripts/update_pot.sh')
-rwxr-xr-x | scripts/update_pot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_pot.sh b/scripts/update_pot.sh index dbbe4354f..9419e4337 100755 --- a/scripts/update_pot.sh +++ b/scripts/update_pot.sh @@ -1,3 +1,3 @@ cd `dirname $0` cd .. -xgettext --from-code=UTF-8 --default-domain=statusnet --output=locale/laconica.po --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php +xgettext --from-code=UTF-8 --default-domain=statusnet --output=locale/statusnet.po --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php |