summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c2
-rw-r--r--plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c b/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c
index d4810d0..d79024b 100644
--- a/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c
+++ b/plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c
@@ -74,7 +74,7 @@ void
tumbler_plugin_shutdown (void)
{
#ifdef DEBUG
- g_print ("Shutting down the Tumbler GStreamer Thumbnailer plugin\n");
+ g_print ("Shutting down the Tumbler Desktop Thumbnailer plugin\n");
#endif
}
diff --git a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
index 22b0b33..b60ed0b 100644
--- a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
+++ b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
@@ -76,7 +76,7 @@ void
tumbler_plugin_shutdown (void)
{
#ifdef DEBUG
- g_print ("Shutting down the Tumbler Pixbuf Thumbnailer plugin\n");
+ g_print ("Shutting down the Tumbler Poppler PDF/PS Thumbnailer plugin\n");
#endif
}