[Zope3-checkins] CVS: Zope3/src/zope/app/browser - absoluteurl.py:1.15.2.2

Jim Fulton jim at zope.com
Mon Sep 8 18:15:39 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv18062/src/zope/app/browser

Modified Files:
      Tag: parentgeddon-branch
	absoluteurl.py 
Log Message:
Made a bunch of tests pass. :)  Detailed messages will be provided
when merging to the head.



=== Zope3/src/zope/app/browser/absoluteurl.py 1.15.2.1 => 1.15.2.2 ===
--- Zope3/src/zope/app/browser/absoluteurl.py:1.15.2.1	Mon Sep  8 14:21:22 2003
+++ Zope3/src/zope/app/browser/absoluteurl.py	Mon Sep  8 17:15:08 2003
@@ -23,8 +23,8 @@
 from zope.app.i18n import ZopeMessageIDFactory as _
 
 _insufficientContext = _("There isn't enough context to get URL information. "
-                       "This is probably due to a bug in setting up context "
-                       "wrappers.")
+                       "This is probably due to a bug in setting up location "
+                       "information.")
 
 
 class AbsoluteURL(BrowserView):




More information about the Zope3-Checkins mailing list