diff options
Diffstat (limited to 'scripts/download_i18n.sh')
-rw-r--r-- | scripts/download_i18n.sh | 2 |
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 |