This patch presumes that grammatical order is the same across all translated languages.  The diff implies this might always have been the case for the first sentence.<br><br>Unfortunately this is not necessarily true: <a href="http://en.wikipedia.org/wiki/Word_order">http://en.wikipedia.org/wiki/Word_order</a><br>

<br>Personally I think this could be better handled through a comment for translators.<br><br><br><div class="gmail_quote">On Fri, Aug 3, 2012 at 2:05 AM, Kartik Perisetla <span dir="ltr"><<a href="mailto:kartik.peri@gmail.com" target="_blank">kartik.peri@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Signed-off-by: Kartik Perisetla <<a href="mailto:kartik.peri@gmail.com">kartik.peri@gmail.com</a>><br>
---<br>
 extensions/cpsection/aboutcomputer/view.py |    2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/extensions/cpsection/aboutcomputer/view.py b/extensions/cpsection/aboutcomputer/view.py<br>
index 34ada18..5e88729 100644<br>
--- a/extensions/cpsection/aboutcomputer/view.py<br>
+++ b/extensions/cpsection/aboutcomputer/view.py<br>
@@ -183,7 +183,7 @@ class AboutComputer(SectionView):<br>
         vbox_copyright.pack_start(label_copyright, expand=False)<br>
<br>
         info_text = 'Sugar'+_(' is the graphical user interface that you are'<br>
-                      ' looking at. Sugar is free software, covered by the'<br>
+                      ' looking at. ')+'Sugar'+_(' is free software, covered by the'<br>
                       ' GNU General Public License, and you are welcome to'<br>
                       ' change it and/or distribute copies of it under'<br>
                       ' certain conditions described therein.')<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.10.4<br>
<br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</font></span></blockquote></div><br>