diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-15 07:56:52 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-15 07:58:30 +0800 |
commit | 2cba5d93956ce38f6d08ca350124d9bd21270be6 (patch) | |
tree | 93b761c0def58e081ecd901ab708243379505a40 /modules/gallery/controllers/admin_languages.php | |
parent | 7de339a676f32ed445f3e4215c994a5fe16c1188 (diff) |
Fix 542 by changing the wording from you to your, thanks Floridave
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules/gallery/controllers/admin_languages.php')
-rw-r--r-- | modules/gallery/controllers/admin_languages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/admin_languages.php b/modules/gallery/controllers/admin_languages.php index 4639de89..d1b805da 100644 --- a/modules/gallery/controllers/admin_languages.php +++ b/modules/gallery/controllers/admin_languages.php @@ -119,7 +119,7 @@ class Admin_Languages_Controller extends Admin_Controller { private function _share_translations_form() { $form = new Forge("admin/languages/share", "", "post", array("id" => "gShareTranslationsForm")); $group = $form->group("sharing") - ->label(t("Sharing you own translations with the Gallery community is easy. Please do!")); + ->label(t("Sharing your own translations with the Gallery community is easy. Please do!")); $api_key = l10n_client::api_key(); $server_link = l10n_client::server_api_key_url(); $group->input("api_key") |