Skip to content

Commit

Permalink
Fix 542 by changing the wording from you to your, thanks Floridave
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
  • Loading branch information
Tim Almdal committed Jul 14, 2009
1 parent 7de339a commit 2cba5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/controllers/admin_languages.php
Expand Up @@ -119,7 +119,7 @@ private function _outgoing_translations_count() {
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")
Expand Down

0 comments on commit 2cba5d9

Please sign in to comment.