4896: Remove the word "Gramplet" from gramplet names
svn: r17447
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user