Ahh.. Thanks for pointing (the mistake).<br><br>Floated version-2 patch, containing the secondary message as well.<br>The version-2 patch is available at <a href="http://patchwork.sugarlabs.org/patch/1203/">http://patchwork.sugarlabs.org/patch/1203/</a><br>
<br>Thanks and Regards,<br>Ajay<br><br><div class="gmail_quote">On Mon, Feb 20, 2012 at 10:20 AM, Bernie Innocenti <span dir="ltr"><<a href="mailto:bernie@codewiz.org">bernie@codewiz.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im">On Sun, 2012-02-19 at 13:09 +0530, Ajay Garg wrote:<br>
> Earlier, the "Regsitration failed" message seemed more like a threat.<br>
> The new message sounds more like an information-conveying one.<br>
><br>
> The new message is ::<br>
><br>
> Primary (title) :<br>
> ------------------<br>
> No School Server found on the network<br>
<br>
</div>Sounds much more helpful than the prevuos message.<br>
<div class="im"><br>
<br>
> Secondary (details) :<br>
> ----------------------<br>
> Please ensure that you are connected to the correct network and that the server is available.<br>
<br>
</div>Also useful, but I don't see this in the code below.<br>
<div><div></div><div class="h5"><br>
<br>
>  src/jarabe/desktop/favoritesview.py |    2 +-<br>
>  1 files changed, 1 insertions(+), 1 deletions(-)<br>
><br>
> diff --git a/src/jarabe/desktop/favoritesview.py b/src/jarabe/desktop/favoritesview.py<br>
> index 81e32c8..e9c87ea 100644<br>
> --- a/src/jarabe/desktop/favoritesview.py<br>
> +++ b/src/jarabe/desktop/favoritesview.py<br>
> @@ -337,7 +337,7 @@ class FavoritesView(hippo.Canvas):<br>
>          try:<br>
>              schoolserver.register_laptop()<br>
>          except RegisterError, e:<br>
> -            alert.props.title = _('Registration Failed')<br>
> +            alert.props.title = _('No School Server found on the network')<br>
>              alert.props.msg = _('%s') % e<br>
>          else:<br>
>              alert.props.title = _('Registration Successful')<br>
<br>
--<br>
</div></div><font color="#888888"> _ // Bernie Innocenti<br>
 \X/  <a href="http://codewiz.org" target="_blank">http://codewiz.org</a><br>
<br>
</font></blockquote></div><br>