update copyright year
[claws.git] / src / plugins / litehtml_viewer / plugin.c
index 4fd8b122410f4300c8730ad53d64641dcb0903c4..51ad1f68dac37bf0c15d53665fb05d0fe938a40e 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Claws Mail -- A GTK+ based, lightweight, and fast e-mail client
+ * Claws Mail -- A GTK based, lightweight, and fast e-mail client
  * Copyright(C) 2019 the Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
  * Copyright(C) 2019 the Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
@@ -47,17 +47,17 @@ gboolean plugin_done(void)
 
 const gchar *plugin_name(void)
 {
 
 const gchar *plugin_name(void)
 {
-       return "LiteHTML viewer";
+       return _("LiteHTML viewer");
 }
 
 const gchar *plugin_desc(void)
 {
 }
 
 const gchar *plugin_desc(void)
 {
-       return "Viewer plugin for HTML emails, using the litehtml library (http://www.litehtml.com/).";
+       return _("Viewer plugin for HTML emails, using the litehtml library (http://www.litehtml.com/).");
 }
 
 const gchar *plugin_type(void)
 {
 }
 
 const gchar *plugin_type(void)
 {
-       return "GTK2";
+       return "GTK3";
 }
 
 const gchar *plugin_licence(void)
 }
 
 const gchar *plugin_licence(void)