diff --git a/src/plugins/gramplet/bottombar.gpr.py b/src/plugins/gramplet/bottombar.gpr.py index 6de84a84e..7560e2c47 100644 --- a/src/plugins/gramplet/bottombar.gpr.py +++ b/src/plugins/gramplet/bottombar.gpr.py @@ -26,8 +26,8 @@ # #------------------------------------------------------------------------ register(GRAMPLET, - id="Person Details Gramplet", - name=_("Person Details Gramplet"), + id="Person Details", + name=_("Person Details"), description = _("Gramplet showing details of a person"), version="1.0.0", gramps_target_version="3.3", @@ -40,8 +40,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Repository Details Gramplet", - name=_("Repository Details Gramplet"), + id="Repository Details", + name=_("Repository Details"), description = _("Gramplet showing details of a repository"), version="1.0.0", gramps_target_version="3.3", @@ -54,8 +54,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Place Details Gramplet", - name=_("Place Details Gramplet"), + id="Place Details", + name=_("Place Details"), description = _("Gramplet showing details of a place"), version="1.0.0", gramps_target_version="3.3", @@ -68,8 +68,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Media Preview Gramplet", - name=_("Media Preview Gramplet"), + id="Media Preview", + name=_("Media Preview"), description = _("Gramplet showing a preview of a media object"), version="1.0.0", gramps_target_version="3.3", @@ -92,8 +92,8 @@ except: if available: register(GRAMPLET, - id = "Metadata Viewer Gramplet", - name = _("Metadata Viewer Gramplet"), + id = "Metadata Viewer", + name = _("Metadata Viewer"), description = _("Gramplet showing metadata for a media object"), version = "1.0.0", gramps_target_version = "3.3", @@ -106,8 +106,8 @@ if available: ) register(GRAMPLET, - id="Person Residence Gramplet", - name=_("Person Residence Gramplet"), + id="Person Residence", + name=_("Person Residence"), description = _("Gramplet showing residence events for a person"), version="1.0.0", gramps_target_version="3.3", @@ -120,8 +120,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Events Gramplet", - name=_("Person Events Gramplet"), + id="Person Events", + name=_("Person Events"), description = _("Gramplet showing the events for a person"), version="1.0.0", gramps_target_version="3.3", @@ -134,8 +134,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Events Gramplet", - name=_("Family Events Gramplet"), + id="Family Events", + name=_("Family Events"), description = _("Gramplet showing the events for a family"), version="1.0.0", gramps_target_version="3.3", @@ -148,8 +148,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Gallery Gramplet", - name=_("Person Gallery Gramplet"), + id="Person Gallery", + name=_("Person Gallery"), description = _("Gramplet showing media objects for a person"), version="1.0.0", gramps_target_version="3.3", @@ -162,8 +162,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Gallery Gramplet", - name=_("Family Gallery Gramplet"), + id="Family Gallery", + name=_("Family Gallery"), description = _("Gramplet showing media objects for a family"), version="1.0.0", gramps_target_version="3.3", @@ -176,8 +176,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Event Gallery Gramplet", - name=_("Event Gallery Gramplet"), + id="Event Gallery", + name=_("Event Gallery"), description = _("Gramplet showing media objects for an event"), version="1.0.0", gramps_target_version="3.3", @@ -190,8 +190,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Place Gallery Gramplet", - name=_("Place Gallery Gramplet"), + id="Place Gallery", + name=_("Place Gallery"), description = _("Gramplet showing media objects for a place"), version="1.0.0", gramps_target_version="3.3", @@ -204,8 +204,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Source Gallery Gramplet", - name=_("Source Gallery Gramplet"), + id="Source Gallery", + name=_("Source Gallery"), description = _("Gramplet showing media objects for a source"), version="1.0.0", gramps_target_version="3.3", @@ -218,8 +218,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Attributes Gramplet", - name=_("Person Attributes Gramplet"), + id="Person Attributes", + name=_("Person Attributes"), description = _("Gramplet showing the attributes of a person"), version="1.0.0", gramps_target_version="3.3", @@ -232,8 +232,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Event Attributes Gramplet", - name=_("Event Attributes Gramplet"), + id="Event Attributes", + name=_("Event Attributes"), description = _("Gramplet showing the attributes of an event"), version="1.0.0", gramps_target_version="3.3", @@ -246,8 +246,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Attributes Gramplet", - name=_("Family Attributes Gramplet"), + id="Family Attributes", + name=_("Family Attributes"), description = _("Gramplet showing the attributes of a family"), version="1.0.0", gramps_target_version="3.3", @@ -260,8 +260,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Media Attributes Gramplet", - name=_("Media Attributes Gramplet"), + id="Media Attributes", + name=_("Media Attributes"), description = _("Gramplet showing the attributes of a media object"), version="1.0.0", gramps_target_version="3.3", @@ -274,8 +274,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Notes Gramplet", - name=_("Person Notes Gramplet"), + id="Person Notes", + name=_("Person Notes"), description = _("Gramplet showing the notes for a person"), version="1.0.0", gramps_target_version="3.3", @@ -288,8 +288,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Event Notes Gramplet", - name=_("Event Notes Gramplet"), + id="Event Notes", + name=_("Event Notes"), description = _("Gramplet showing the notes for an event"), version="1.0.0", gramps_target_version="3.3", @@ -302,8 +302,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Notes Gramplet", - name=_("Family Notes Gramplet"), + id="Family Notes", + name=_("Family Notes"), description = _("Gramplet showing the notes for a family"), version="1.0.0", gramps_target_version="3.3", @@ -316,8 +316,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Place Notes Gramplet", - name=_("Place Notes Gramplet"), + id="Place Notes", + name=_("Place Notes"), description = _("Gramplet showing the notes for a place"), version="1.0.0", gramps_target_version="3.3", @@ -330,8 +330,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Source Notes Gramplet", - name=_("Source Notes Gramplet"), + id="Source Notes", + name=_("Source Notes"), description = _("Gramplet showing the notes for a source"), version="1.0.0", gramps_target_version="3.3", @@ -344,8 +344,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Repository Notes Gramplet", - name=_("Repository Notes Gramplet"), + id="Repository Notes", + name=_("Repository Notes"), description = _("Gramplet showing the notes for a repository"), version="1.0.0", gramps_target_version="3.3", @@ -358,8 +358,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Media Notes Gramplet", - name=_("Media Notes Gramplet"), + id="Media Notes", + name=_("Media Notes"), description = _("Gramplet showing the notes for a media object"), version="1.0.0", gramps_target_version="3.3", @@ -372,8 +372,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Sources Gramplet", - name=_("Person Sources Gramplet"), + id="Person Sources", + name=_("Person Sources"), description = _("Gramplet showing the sources for a person"), version="1.0.0", gramps_target_version="3.3", @@ -386,8 +386,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Event Sources Gramplet", - name=_("Event Sources Gramplet"), + id="Event Sources", + name=_("Event Sources"), description = _("Gramplet showing the sources for an event"), version="1.0.0", gramps_target_version="3.3", @@ -400,8 +400,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Sources Gramplet", - name=_("Family Sources Gramplet"), + id="Family Sources", + name=_("Family Sources"), description = _("Gramplet showing the sources for a family"), version="1.0.0", gramps_target_version="3.3", @@ -414,8 +414,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Place Sources Gramplet", - name=_("Place Sources Gramplet"), + id="Place Sources", + name=_("Place Sources"), description = _("Gramplet showing the sources for a place"), version="1.0.0", gramps_target_version="3.3", @@ -428,8 +428,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Media Sources Gramplet", - name=_("Media Sources Gramplet"), + id="Media Sources", + name=_("Media Sources"), description = _("Gramplet showing the sources for a media object"), version="1.0.0", gramps_target_version="3.3", @@ -442,8 +442,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Children Gramplet", - name=_("Person Children Gramplet"), + id="Person Children", + name=_("Person Children"), description = _("Gramplet showing the children of a person"), version="1.0.0", gramps_target_version="3.3", @@ -456,8 +456,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Children Gramplet", - name=_("Family Children Gramplet"), + id="Family Children", + name=_("Family Children"), description = _("Gramplet showing the children of a family"), version="1.0.0", gramps_target_version="3.3", @@ -470,8 +470,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Backlinks Gramplet", - name=_("Person Backlinks Gramplet"), + id="Person Backlinks", + name=_("Person Backlinks"), description = _("Gramplet showing the backlinks for a person"), version="1.0.0", gramps_target_version="3.3", @@ -484,8 +484,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Event Backlinks Gramplet", - name=_("Event Backlinks Gramplet"), + id="Event Backlinks", + name=_("Event Backlinks"), description = _("Gramplet showing the backlinks for an event"), version="1.0.0", gramps_target_version="3.3", @@ -498,8 +498,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Backlinks Gramplet", - name=_("Family Backlinks Gramplet"), + id="Family Backlinks", + name=_("Family Backlinks"), description = _("Gramplet showing the backlinks for a family"), version="1.0.0", gramps_target_version="3.3", @@ -512,8 +512,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Place Backlinks Gramplet", - name=_("Place Backlinks Gramplet"), + id="Place Backlinks", + name=_("Place Backlinks"), description = _("Gramplet showing the backlinks for a place"), version="1.0.0", gramps_target_version="3.3", @@ -526,8 +526,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Source Backlinks Gramplet", - name=_("Source Backlinks Gramplet"), + id="Source Backlinks", + name=_("Source Backlinks"), description = _("Gramplet showing the backlinks for a source"), version="1.0.0", gramps_target_version="3.3", @@ -540,8 +540,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Repository Backlinks Gramplet", - name=_("Repository Backlinks Gramplet"), + id="Repository Backlinks", + name=_("Repository Backlinks"), description = _("Gramplet showing the backlinks for a repository"), version="1.0.0", gramps_target_version="3.3", @@ -554,8 +554,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Media Backlinks Gramplet", - name=_("Media Backlinks Gramplet"), + id="Media Backlinks", + name=_("Media Backlinks"), description = _("Gramplet showing the backlinks for a media object"), version="1.0.0", gramps_target_version="3.3", @@ -568,8 +568,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Note Backlinks Gramplet", - name=_("Note Backlinks Gramplet"), + id="Note Backlinks", + name=_("Note Backlinks"), description = _("Gramplet showing the backlinks for a note"), version="1.0.0", gramps_target_version="3.3", @@ -582,8 +582,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Person Filter Gramplet", - name=_("Person Filter Gramplet"), + id="Person Filter", + name=_("Person Filter"), description = _("Gramplet providing a person filter"), version="1.0.0", gramps_target_version="3.3", @@ -596,8 +596,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Family Filter Gramplet", - name=_("Family Filter Gramplet"), + id="Family Filter", + name=_("Family Filter"), description = _("Gramplet providing a family filter"), version="1.0.0", gramps_target_version="3.3", @@ -610,8 +610,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Event Filter Gramplet", - name=_("Event Filter Gramplet"), + id="Event Filter", + name=_("Event Filter"), description = _("Gramplet providing an event filter"), version="1.0.0", gramps_target_version="3.3", @@ -624,8 +624,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Source Filter Gramplet", - name=_("Source Filter Gramplet"), + id="Source Filter", + name=_("Source Filter"), description = _("Gramplet providing a source filter"), version="1.0.0", gramps_target_version="3.3", @@ -638,8 +638,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Place Filter Gramplet", - name=_("Place Filter Gramplet"), + id="Place Filter", + name=_("Place Filter"), description = _("Gramplet providing a place filter"), version="1.0.0", gramps_target_version="3.3", @@ -652,8 +652,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Media Filter Gramplet", - name=_("Media Filter Gramplet"), + id="Media Filter", + name=_("Media Filter"), description = _("Gramplet providing a media filter"), version="1.0.0", gramps_target_version="3.3", @@ -666,8 +666,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Repository Filter Gramplet", - name=_("Repository Filter Gramplet"), + id="Repository Filter", + name=_("Repository Filter"), description = _("Gramplet providing a repository filter"), version="1.0.0", gramps_target_version="3.3", @@ -680,8 +680,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Note Filter Gramplet", - name=_("Note Filter Gramplet"), + id="Note Filter", + name=_("Note Filter"), description = _("Gramplet providing a note filter"), version="1.0.0", gramps_target_version="3.3", diff --git a/src/plugins/gramplet/gramplet.gpr.py b/src/plugins/gramplet/gramplet.gpr.py index 434421f57..ea5fc0736 100644 --- a/src/plugins/gramplet/gramplet.gpr.py +++ b/src/plugins/gramplet/gramplet.gpr.py @@ -26,8 +26,8 @@ # #------------------------------------------------------------------------ register(GRAMPLET, - id="Age on Date Gramplet", - name=_("Age on Date Gramplet"), + id="Age on Date", + name=_("Age on Date"), description = _("Gramplet showing ages of living people on a specific date"), version="2.0.0", gramps_target_version="3.3", @@ -39,8 +39,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id = "Age Stats Gramplet", - name = _("Age Stats Gramplet"), + id = "Age Stats", + name = _("Age Stats"), description = _("Gramplet showing graphs of various ages"), status = STABLE, fname="AgeStats.py", @@ -55,8 +55,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Attributes Gramplet", - name=_("Attributes Gramplet"), + id="Attributes", + name=_("Attributes"), description = _("Gramplet showing active person's attributes"), status = STABLE, fname="AttributesGramplet.py", @@ -72,8 +72,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Calendar Gramplet", - name=_("Calendar Gramplet"), + id="Calendar", + name=_("Calendar"), description = _("Gramplet showing calendar and events on specific dates in history"), status = STABLE, fname="CalendarGramplet.py", @@ -85,8 +85,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id = "Descendant Gramplet", - name=_("Descendant Gramplet"), + id = "Descendant", + name=_("Descendant"), description = _("Gramplet showing active person's descendants"), status = STABLE, fname="DescendGramplet.py", @@ -102,8 +102,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id= "Fan Chart Gramplet", - name=_("Fan Chart Gramplet"), + id= "Fan Chart", + name=_("Fan Chart"), description = _("Gramplet showing active person's direct ancestors as a fanchart"), status = STABLE, fname="FanChartGramplet.py", @@ -119,8 +119,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="FAQ Gramplet", - name=_("FAQ Gramplet"), + id="FAQ", + name=_("FAQ"), description = _("Gramplet showing frequently asked questions"), status = STABLE, fname="FaqGramplet.py", @@ -132,8 +132,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id= "Given Name Cloud Gramplet", - name=_("Given Name Cloud Gramplet"), + id= "Given Name Cloud", + name=_("Given Name Cloud"), description = _("Gramplet showing all given names as a text cloud"), status = STABLE, fname="GivenNameGramplet.py", @@ -146,8 +146,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Pedigree Gramplet", - name=_("Pedigree Gramplet"), + id="Pedigree", + name=_("Pedigree"), description = _("Gramplet showing active person's ancestors"), status = STABLE, fname="PedigreeGramplet.py", @@ -163,8 +163,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Plugin Manager Gramplet", - name=_("Plugin Manager Gramplet"), + id="Plugin Manager", + name=_("Plugin Manager"), description = _("Gramplet showing available third-party plugins (addons)"), status = STABLE, fname="PluginManagerGramplet.py", @@ -177,8 +177,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Quick View Gramplet", - name=_("Quick View Gramplet"), + id="Quick View", + name=_("Quick View"), description = _("Gramplet showing an active item Quick View"), status = STABLE, fname="QuickViewGramplet.py", @@ -193,8 +193,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Relatives Gramplet", - name=_("Relatives Gramplet"), + id="Relatives", + name=_("Relatives"), description = _("Gramplet showing active person's relatives"), status = STABLE, fname="RelativeGramplet.py", @@ -209,8 +209,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Session Log Gramplet", - name=_("Session Log Gramplet"), + id="Session Log", + name=_("Session Log"), description = _("Gramplet showing all activity for this session"), status = STABLE, fname="SessionLogGramplet.py", @@ -223,8 +223,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Statistics Gramplet", - name=_("Statistics Gramplet"), + id="Statistics", + name=_("Statistics"), description = _("Gramplet showing summary data of the family tree"), status = STABLE, fname="StatsGramplet.py", @@ -237,8 +237,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id= "Surname Cloud Gramplet", - name=_("Surname Cloud Gramplet"), + id= "Surname Cloud", + name=_("Surname Cloud"), description = _("Gramplet showing all surnames as a text cloud"), status = STABLE, fname="SurnameCloudGramplet.py", @@ -251,8 +251,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="TODO Gramplet", - name=_("TODO Gramplet"), + id="TODO", + name=_("TODO"), description = _("Gramplet for generic notes"), status = STABLE, fname="ToDoGramplet.py", @@ -265,8 +265,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id= "Top Surnames Gramplet", - name=_("Top Surnames Gramplet"), + id= "Top Surnames", + name=_("Top Surnames"), description = _("Gramplet showing most frequent surnames in this tree"), status = STABLE, fname="TopSurnamesGramplet.py", @@ -278,8 +278,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id="Welcome Gramplet", - name=_("Welcome Gramplet"), + id="Welcome", + name=_("Welcome"), description = _("Gramplet showing a welcome message"), status = STABLE, fname="WelcomeGramplet.py", @@ -292,8 +292,8 @@ register(GRAMPLET, ) register(GRAMPLET, - id = "What's Next Gramplet", - name =_("What's Next Gramplet"), + id = "What's Next", + name =_("What's Next"), description = _("Gramplet suggesting items to research"), status = STABLE, fname="WhatsNext.py", diff --git a/src/plugins/lib/libpersonview.py b/src/plugins/lib/libpersonview.py index d411aa2ed..5d39f2ae4 100644 --- a/src/plugins/lib/libpersonview.py +++ b/src/plugins/lib/libpersonview.py @@ -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")) diff --git a/src/plugins/lib/libplaceview.py b/src/plugins/lib/libplaceview.py index 93c95527b..5a8d2c7e5 100644 --- a/src/plugins/lib/libplaceview.py +++ b/src/plugins/lib/libplaceview.py @@ -425,12 +425,12 @@ class PlaceBaseView(ListView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Place Filter Gramplet",), - ("Place Details Gramplet", - "Place Gallery Gramplet", - "Place Sources Gramplet", - "Place Notes Gramplet", - "Place Backlinks Gramplet")) + return (("Place Filter",), + ("Place Details", + "Place Gallery", + "Place Sources", + "Place Notes", + "Place Backlinks")) def make_callback(func, val): return lambda x: func(val) diff --git a/src/plugins/view/eventview.py b/src/plugins/view/eventview.py index e0e09f22b..8f7c6310e 100644 --- a/src/plugins/view/eventview.py +++ b/src/plugins/view/eventview.py @@ -289,9 +289,9 @@ class EventView(ListView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Event Filter Gramplet",), - ("Event Gallery Gramplet", - "Event Sources Gramplet", - "Event Notes Gramplet", - "Event Attributes Gramplet", - "Event Backlinks Gramplet")) + return (("Event Filter",), + ("Event Gallery", + "Event Sources", + "Event Notes", + "Event Attributes", + "Event Backlinks")) diff --git a/src/plugins/view/familyview.py b/src/plugins/view/familyview.py index 63190c400..433420bd7 100644 --- a/src/plugins/view/familyview.py +++ b/src/plugins/view/familyview.py @@ -344,11 +344,11 @@ class FamilyView(ListView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Family Filter Gramplet",), - ("Family Gallery Gramplet", - "Family Events Gramplet", - "Family Children Gramplet", - "Family Sources Gramplet", - "Family Notes Gramplet", - "Family Attributes Gramplet", - "Family Backlinks Gramplet")) + return (("Family Filter",), + ("Family Gallery", + "Family Events", + "Family Children", + "Family Sources", + "Family Notes", + "Family Attributes", + "Family Backlinks")) diff --git a/src/plugins/view/geoevents.py b/src/plugins/view/geoevents.py index 649435bd6..43110ec92 100644 --- a/src/plugins/view/geoevents.py +++ b/src/plugins/view/geoevents.py @@ -384,5 +384,5 @@ class GeoEvents(GeoGraphyView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Event Filter Gramplet",), + return (("Event Filter",), ()) diff --git a/src/plugins/view/geofamily.py b/src/plugins/view/geofamily.py index 6e10badd1..df00d42b7 100644 --- a/src/plugins/view/geofamily.py +++ b/src/plugins/view/geofamily.py @@ -433,5 +433,5 @@ class GeoFamily(GeoGraphyView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Family Filter Gramplet",), + return (("Family Filter",), ()) diff --git a/src/plugins/view/geoperson.py b/src/plugins/view/geoperson.py index 416d93ee4..276c713a1 100644 --- a/src/plugins/view/geoperson.py +++ b/src/plugins/view/geoperson.py @@ -431,5 +431,5 @@ class GeoPerson(GeoGraphyView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Person Filter Gramplet",), + return (("Person Filter",), ()) diff --git a/src/plugins/view/geoplaces.py b/src/plugins/view/geoplaces.py index bd41dc62f..af1488211 100644 --- a/src/plugins/view/geoplaces.py +++ b/src/plugins/view/geoplaces.py @@ -328,5 +328,5 @@ class GeoPlaces(GeoGraphyView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Place Filter Gramplet",), + return (("Place Filter",), ()) diff --git a/src/plugins/view/mediaview.py b/src/plugins/view/mediaview.py index 148874444..8f98e8c59 100644 --- a/src/plugins/view/mediaview.py +++ b/src/plugins/view/mediaview.py @@ -423,10 +423,10 @@ class MediaView(ListView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Media Filter Gramplet",), - ("Media Preview Gramplet", - "Media Sources Gramplet", - "Media Notes Gramplet", - "Media Attributes Gramplet", - "Metadata Viewer Gramplet", - "Media Backlinks Gramplet")) + return (("Media Filter",), + ("Media Preview", + "Media Sources", + "Media Notes", + "Media Attributes", + "Metadata Viewer", + "Media Backlinks")) diff --git a/src/plugins/view/noteview.py b/src/plugins/view/noteview.py index d38049421..8eec4f3f4 100644 --- a/src/plugins/view/noteview.py +++ b/src/plugins/view/noteview.py @@ -299,5 +299,5 @@ class NoteView(ListView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Note Filter Gramplet",), - ("Note Backlinks Gramplet",)) + return (("Note Filter",), + ("Note Backlinks",)) diff --git a/src/plugins/view/repoview.py b/src/plugins/view/repoview.py index 3ea45be7c..f4878469d 100644 --- a/src/plugins/view/repoview.py +++ b/src/plugins/view/repoview.py @@ -274,7 +274,7 @@ class RepositoryView(ListView): """ Define the default gramplets for the sidebar and bottombar. """ - return (("Repository Filter Gramplet",), - ("Repository Details Gramplet", - "Repository Notes Gramplet", - "Repository Backlinks Gramplet")) + return (("Repository Filter",), + ("Repository Details", + "Repository Notes", + "Repository Backlinks")) diff --git a/src/plugins/view/sourceview.py b/src/plugins/view/sourceview.py index 9a0c3c535..4d42ce542 100644 --- a/src/plugins/view/sourceview.py +++ b/src/plugins/view/sourceview.py @@ -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"))