Index: /branches/release-37/lib/MT/App.pm
===================================================================
--- /branches/release-37/lib/MT/App.pm (revision 2111)
+++ /branches/release-37/lib/MT/App.pm (revision 2132)
@@ -3943,13 +3943,13 @@
 Sample usage:
 
-    <TMPL_VAR NAME=STATIC_URI>images/logo.gif
+    <TMPL_VAR NAME=STATIC_URI>images/image-name.gif
 
 With a StaticWebPath of '/mt/', this produces:
 
-    /mt/mt-static/images/logo.gif
+    /mt/mt-static/images/image-name.gif
 
 or, if StaticWebPath is 'http://example.com/mt-static/':
 
-    http://example.com/mt-static/images/logo.gif
+    http://example.com/mt-static/images/image-name.gif
 
 =item * SCRIPT_URL
