mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-04 08:25 am

[dw-free] English-strip /editpics

[commit: http://hg.dwscoalition.org/dw-free/rev/7ae8f3bc4d66]

http://bugs.dwscoalition.org/show_bug.cgi?id=382

English stripping.

Patch by [community profile] isabeau.

Files modified:
  • htdocs/editpics.bml
  • htdocs/editpics.bml.text
--------------------------------------------------------------------------------
diff -r 1518280bd0c0 -r 7ae8f3bc4d66 htdocs/editpics.bml
--- a/htdocs/editpics.bml	Wed Mar 04 08:23:01 2009 +0000
+++ b/htdocs/editpics.bml	Wed Mar 04 08:25:52 2009 +0000
@@ -353,7 +353,7 @@ use strict;
                 $body .= "<?p " . BML::ml('.uploaddesc.fb', {'aopts' => "href='$LJ::FB_SITEROOT'", 'sitename' => $LJ::FB_SITENAME}) . " p?>\n\n";
             } else {
                 $body .= "<?h1 $ML{'.uploadheader'} h1?>\n";
-                $body .= "<p class='detail'><a href='javascript:void(0)' onclick='toggleElement(\"upload_desc\")' id='upload_desc_link'>About Userpics</a></p>";
+                $body .= "<p class='detail'><a href='javascript:void(0)' onclick='toggleElement(\"upload_desc\")' id='upload_desc_link'>$ML{'.about.icons'}</a></p>";
                 $body .= "<div id='upload_desc'>";
                 $body .= "<?p $ML{'.uploaddesc'} p?>\n";
                 $body .= "</div><!-- end #uploaddesc -->";
diff -r 1518280bd0c0 -r 7ae8f3bc4d66 htdocs/editpics.bml.text
--- a/htdocs/editpics.bml.text	Wed Mar 04 08:23:01 2009 +0000
+++ b/htdocs/editpics.bml.text	Wed Mar 04 08:25:52 2009 +0000
@@ -1,4 +1,6 @@
 ;; -*- coding: utf-8 -*-
+
+.about.icons=About Icons
 
 .btn.addfile=Add File
 
--------------------------------------------------------------------------------