diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-23 23:44:35 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-23 23:44:35 -0500 |
commit | ac7d17f88e200f3f1c213474e7b875ecd341753d (patch) | |
tree | 0729e8e8b7903e7ecef8177fd2cc0a2c89567a29 /scripts/repo-add.sh.in | |
parent | d8d287b4d215eceb382385b84495666f5a03399e (diff) | |
parent | d62a429b924e70f48bf021d3c355dd9455d1c45b (diff) | |
download | pacman-ac7d17f88e200f3f1c213474e7b875ecd341753d.tar.xz |
Merge branch 'po-split'
Diffstat (limited to 'scripts/repo-add.sh.in')
-rw-r--r-- | scripts/repo-add.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index de0b12c1..e970da38 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -20,7 +20,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # gettext initialization -export TEXTDOMAIN='pacman' +export TEXTDOMAIN='pacman-scripts' export TEXTDOMAINDIR='@localedir@' myver='@PACKAGE_VERSION@' |