diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-03 11:40:56 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-03 11:40:56 -0700 |
commit | 3feb561054a735e6959e894eb568aa386426bb65 (patch) | |
tree | 9e385a0bcca4516d906a1c3f7e96b9a15920d77f /modules/g2_import/controllers | |
parent | ca444a95651ba79feb92694b472f4b3cfbe03103 (diff) |
Internationalize the "Gallery 2 path saved." message and remove the trailing period. Fixes ticket #1171.
Diffstat (limited to 'modules/g2_import/controllers')
-rw-r--r-- | modules/g2_import/controllers/admin_g2_import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/controllers/admin_g2_import.php b/modules/g2_import/controllers/admin_g2_import.php index cc60f757..b9427f79 100644 --- a/modules/g2_import/controllers/admin_g2_import.php +++ b/modules/g2_import/controllers/admin_g2_import.php @@ -60,7 +60,7 @@ class Admin_g2_import_Controller extends Admin_Controller { } if (g2_import::is_valid_embed_path($embed_path)) { - message::success("Gallery 2 path saved."); + message::success(t("Gallery 2 path saved")); module::set_var("g2_import", "embed_path", $embed_path); url::redirect("admin/g2_import"); } else { |