4896: Remove the word "Gramplet" from gramplet names

svn: r17447
This commit is contained in:
Nick Hall
2011-05-07 18:42:31 +00:00
parent 5705d45122
commit ba8d8b582c
14 changed files with 182 additions and 182 deletions

View File

@ -445,12 +445,12 @@ class BasePersonView(ListView):
"""
Define the default gramplets for the sidebar and bottombar.
"""
return (("Person Filter Gramplet",),
("Person Details Gramplet",
"Person Gallery Gramplet",
"Person Events Gramplet",
"Person Children Gramplet",
"Person Sources Gramplet",
"Person Notes Gramplet",
"Person Attributes Gramplet",
"Person Backlinks Gramplet"))
return (("Person Filter",),
("Person Details",
"Person Gallery",
"Person Events",
"Person Children",
"Person Sources",
"Person Notes",
"Person Attributes",
"Person Backlinks"))