<br><br><div class="gmail_quote">On Sat, May 21, 2011 at 8:13 AM, Sascha Silbe <span dir="ltr"><<a href="mailto:silbe@activitycentral.com">silbe@activitycentral.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Excerpts from Rafael Ortiz's message of Fri May 20 22:36:09 +0200 2011:<br>
<div class="im"><br>
> This patch proposes a better wording for cancel/stop buttons while exiting browse activity<br>
> plus pep8 fixes for downloadmanager.py<br>
<br>
</div>Your patch doesn't apply to current mainline master (even with<br>
"git am -3"). However I've fixed everything complained about by the<br>
"pep8" tool now, including the ones you fixed.<br>
<br></blockquote><div>Funny, I did nothing out of the ordinary here, thanks for fixing it though!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
As for the string changes, I'd like the Design Team to comment on that<br>
before pushing them to mainline.<br>
<br>
@Gary, Walter: Context is SL#1508 [1] "confusing wording on download<br>
from Browse". Rafael proposes to change "Cancel" to "Continue Download"<br>
and "Stop" to "Cancel Download".<br>
<br>
I like the first change, but maybe we can still improve on the second<br>
one? "Stop Download" maybe? We keep the partially downloaded file in the<br>
Journal.<br>
<div class="im"><br>
[webactivity.py]<br>
> @@ -598,9 +598,9 @@ class WebActivity(activity.Activity):<br>
[...]<br>
</div><div class="im">> -            alert.add_button(gtk.RESPONSE_CANCEL, _('Cancel'), cancel_icon)<br>
> +            alert.add_button(gtk.RESPONSE_CANCEL, _('Continue Download'), cancel_icon)<br>
>              stop_icon = Icon(icon_name='dialog-ok')<br>
> -            alert.add_button(gtk.RESPONSE_OK, _('Stop'), stop_icon)<br>
> +            alert.add_button(gtk.RESPONSE_OK, _('Cancel Download'), stop_icon)<br>
<br>
</div>Sascha<br>
<br>
[1] <a href="https://bugs.sugarlabs.org/ticket/1508" target="_blank">https://bugs.sugarlabs.org/ticket/1508</a><br>
<font color="#888888">--<br>
<a href="http://sascha.silbe.org/" target="_blank">http://sascha.silbe.org/</a><br>
<a href="http://www.infra-silbe.de/" target="_blank">http://www.infra-silbe.de/</a><br>
</font></blockquote></div><br>