summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-08-28 18:07:43 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-08-28 18:07:43 +0200
commit60bfe94d7d0e9ae5f84c7a12df465a328cb23e5d (patch)
treedf03605b9ee81a27601df260478846070ca184c8 /scripts
parentMerge commit 'refs/merge-requests/2292' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-60bfe94d7d0e9ae5f84c7a12df465a328cb23e5d.tar.xz
fix po file’s URL (playground-network → extragear-network)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/download_i18n.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download_i18n.sh b/scripts/download_i18n.sh
index a70c11d8..185a211b 100644
--- a/scripts/download_i18n.sh
+++ b/scripts/download_i18n.sh
@@ -33,7 +33,7 @@ cd i18n
# download the po files
for lang in $LIST
do
- wget http://websvn.kde.org/*checkout*/trunk/l10n-kde4/$lang/messages/playground-network/rekonq.po;
+ wget http://websvn.kde.org/*checkout*/trunk/l10n-kde4/$lang/messages/extragear-network/rekonq.po;
mv rekonq.po rekonq_$lang.po;
done