web/views/boxes.py
branchstable
changeset 3511 581de819106f
parent 3219 be8cfc00ae04
child 3524 a3431f4e2f40
child 3916 6e7af0e8e524
--- a/web/views/boxes.py	Tue Sep 29 12:37:47 2009 +0200
+++ b/web/views/boxes.py	Tue Sep 29 12:38:48 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: