Skip to content

Commit

Permalink
Tweak language.
Browse files Browse the repository at this point in the history
Bug: 13171
  • Loading branch information
mrubinsk committed May 15, 2014
1 parent 2c52d88 commit 97ac89b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions horde/templates/prefs/facebook.html.php
Expand Up @@ -53,10 +53,11 @@
</div>

<?php else: ?>
<div>
<?php printf(_("Could not find authorization for %s to interact with your Facebook account."), $this->user_name) ?>

<div class="prefsErrorDiv">
<?php printf(_("Could not find authorization for \"%s\" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with \"%s\", or your authorization has expired and must be renewed."), $this->app_name, $this->app_name) ?>
</div>
<br />
<br /><br />
<div>
<?php printf(_("Login to Facebook and authorize %s"), $this->app_name) ?>:
<a href="<?php echo $this->authUrl ?>" class="horde-default"><?php echo _("Authorize") ?></a>
Expand Down

0 comments on commit 97ac89b

Please sign in to comment.