diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-01-22 18:39:24 -0500 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-22 18:39:24 -0500 |
| commit | 49f6ce2d94194220213edb108e4ac372acd2eabb (patch) | |
| tree | f9944f16876c8eb0281458e7e59f64dc1cbe72e9 /modules/gallery/helpers/l10n_client.php | |
| parent | d45a73777935c86fc5131955831833d7465b5e9d (diff) | |
gallery.menalto.com -> galleryproject.org
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957.
Diffstat (limited to 'modules/gallery/helpers/l10n_client.php')
| -rw-r--r-- | modules/gallery/helpers/l10n_client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/l10n_client.php b/modules/gallery/helpers/l10n_client.php index 5954865d..2a1be2f9 100644 --- a/modules/gallery/helpers/l10n_client.php +++ b/modules/gallery/helpers/l10n_client.php @@ -21,7 +21,7 @@ class l10n_client_Core { private static function _server_url($path) { - return "http://gallery.menalto.com/translations/$path"; + return "http://galleryproject.org/translations/$path"; } static function server_api_key_url() { |
