diff options
author | Kjartan Maraas <kmaraas@src.gnome.org> | 2000-05-06 18:43:36 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2000-05-06 18:43:36 +0800 |
commit | ab3408927461d33221119be8f7cb2884f0b0eb05 (patch) | |
tree | 3564bb9bfdb865dca76b17e90b3b53805db0a39a | |
parent | 10ee8953e2d461f3164cbc32784af1ab887aa0c7 (diff) | |
download | gsoc2013-evolution-ab3408927461d33221119be8f7cb2884f0b0eb05.tar gsoc2013-evolution-ab3408927461d33221119be8f7cb2884f0b0eb05.tar.gz gsoc2013-evolution-ab3408927461d33221119be8f7cb2884f0b0eb05.tar.bz2 gsoc2013-evolution-ab3408927461d33221119be8f7cb2884f0b0eb05.tar.lz gsoc2013-evolution-ab3408927461d33221119be8f7cb2884f0b0eb05.tar.xz gsoc2013-evolution-ab3408927461d33221119be8f7cb2884f0b0eb05.tar.zst gsoc2013-evolution-ab3408927461d33221119be8f7cb2884f0b0eb05.zip |
Correction
svn path=/trunk/; revision=2824
-rwxr-xr-x | po/update.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/po/update.sh b/po/update.sh index 9d7a2d17ca..0f8d517b0d 100755 --- a/po/update.sh +++ b/po/update.sh @@ -6,5 +6,3 @@ xgettext --default-domain=evolution --directory=.. \ && test ! -f evolution.po \ || ( rm -f ./evolution.pot \ && mv evolution.po ./evolution.pot ) - -msgmerge no.po evolution.pot >no-new.po |