web/views/boxes.py
changeset 3524 a3431f4e2f40
parent 3491 48b26bfd6f02
parent 3511 581de819106f
child 3998 94cc7cad3d2d
--- a/web/views/boxes.py	Mon Sep 28 16:39:10 2009 +0200
+++ b/web/views/boxes.py	Tue Sep 29 15:58:44 2009 +0200
@@ -60,8 +60,8 @@
                                       ('addrelated', None)):
             for action in actions.get(category, ()):
                 if category == 'addrelated':
-                    warn('"addrelated" category is deprecated, use "moreaction"'
-                         ' category w/ "addrelated" submenu',
+                    warn('[3.5] "addrelated" category is deprecated, use '
+                         '"moreactions" category w/ "addrelated" submenu',
                          DeprecationWarning)
                     defaultmenu = self._get_menu('addrelated', _('add'), _('add'))
                 if action.submenu: