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

@@ -251,7 +251,7 @@ class SourceView(ListView):
"""
Define the default gramplets for the sidebar and bottombar.
"""
return (("Source Filter Gramplet",),
("Source Gallery Gramplet",
"Source Notes Gramplet",
"Source Backlinks Gramplet"))
return (("Source Filter",),
("Source Gallery",
"Source Notes",
"Source Backlinks"))