<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -855,8 +855,7 @@ class TranslatePage(pagelayout.PootleNavPage):
       altsrcdict[&quot;languagecode&quot;] = pagelayout.weblanguage(self.altproject.languagecode)
       altsrcdict[&quot;languagename&quot;] = self.altproject.potree.getlanguagename(self.altproject.languagecode)
       altsrcdict[&quot;dir&quot;] = pagelayout.languagedir(altsrcdict[&quot;languagecode&quot;])
-      #l10n: name of the alternative source language. It will be displayed on top of the string
-      altsrcdict[&quot;title&quot;] = self.localize(&quot;%s&quot;, self.session.tr_lang(altsrcdict[&quot;languagename&quot;]))
+      altsrcdict[&quot;title&quot;] = self.session.tr_lang(altsrcdict[&quot;languagename&quot;])
       if not origdict[&quot;isplural&quot;]:
         altsrctext = self.altproject.ugettext(origdict[&quot;text&quot;])
       if not origdict[&quot;isplural&quot;] and altsrctext != origdict[&quot;text&quot;] and not self.reviewmode:</diff>
      <filename>translatepage.py</filename>
    </modified>
    <modified>
      <diff>@@ -236,6 +236,7 @@ class UserOptions(pagelayout.PootlePage):
     # rewritten for compatibility with Python 2.3
     # altsrclanguages.sort(cmp=locale.strcoll, key=lambda dict: dict[&quot;name&quot;])
     altsrclanguages.sort(lambda x,y: locale.strcoll(x[&quot;name&quot;], y[&quot;name&quot;]))
+    # l10n: 'None' is displayed as the first item in the alternative source languages list and disables the feature.
     altsrclanguages.insert(0, {&quot;code&quot;: '', &quot;name&quot;: self.session.localize(&quot;None&quot;), &quot;selected&quot;: '' in useraltsrc and 'selected' or None})
     return altsrclanguages
 </diff>
      <filename>users.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e912498e4894fd34953e1dac0af0f49005890d11</id>
    </parent>
  </parents>
  <author>
    <name>Julen Ruiz Aizpuru</name>
    <email>julenx@gmail.com</email>
  </author>
  <url>http://github.com/julen/pootle/commit/42923553fdbfd6aaeac010c12a86e54a0b30acda</url>
  <id>42923553fdbfd6aaeac010c12a86e54a0b30acda</id>
  <committed-date>2008-06-13T07:43:09-07:00</committed-date>
  <authored-date>2008-06-13T07:43:09-07:00</authored-date>
  <message>A little bit of l10n.</message>
  <tree>4dc10bd2b5bc1fc295bd30394e77a44aa97919a7</tree>
  <committer>
    <name>Julen Ruiz Aizpuru</name>
    <email>julenx@gmail.com</email>
  </committer>
</commit>
