gplugin/gplugin

Add more details to basic plugin names

20 months ago, Elliott Sales de Andrade
7cd3caa3f514
Add more details to basic plugin names

Just so there aren't "basic plugin" a bunch of times over in the list.

Testing Done:
Checked viewer and ran `ninja test`.

Reviewed at https://reviews.imfreedom.org/r/1837/
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="gplugin-gtk" version="0.35"/>
<template class="GPluginGtkViewerWindow" parent="GtkApplicationWindow">
<property name="title" translatable="yes">GPlugin Viewer</property>
<property name="default-width">600</property>
<property name="default-height">400</property>
<child>
<object class="GPluginGtkView" id="view"/>
</child>
</template>
</interface>