diff options
author | filip <filip.komar@gmail.com> | 2021-03-19 15:56:21 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-03-19 15:56:21 +0100 |
commit | e956c17e7f73ad096d4f08828052abbbc1626912 (patch) | |
tree | d1db7a0a9eba2ce4f9befb54e694db269d1777e9 /langs/resources_list.php | |
parent | 6576dfe6a9f8ac9dcd2eebd2af0ba74392484ebb (diff) | |
download | www-e956c17e7f73ad096d4f08828052abbbc1626912.tar www-e956c17e7f73ad096d4f08828052abbbc1626912.tar.gz www-e956c17e7f73ad096d4f08828052abbbc1626912.tar.bz2 www-e956c17e7f73ad096d4f08828052abbbc1626912.tar.xz www-e956c17e7f73ad096d4f08828052abbbc1626912.zip |
typo fix
Diffstat (limited to 'langs/resources_list.php')
-rw-r--r-- | langs/resources_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/resources_list.php b/langs/resources_list.php index 86d6b15ed..fc01565c7 100644 --- a/langs/resources_list.php +++ b/langs/resources_list.php @@ -203,7 +203,7 @@ if ('Documentation' == $resource_type) { array( 'pot_name' => 'json', 'tx_name' => 'plasma-json', - 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/plasma_json/po/', + 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/plasma_json/po', ), array( 'pot_name' => 'python-manatools', |