2005-12-05 [paul] 1.9.100cvs62
[claws.git] / src / plugins / mathml_viewer / mathml_viewer.c
index cff3f895a667c515b41ead2304d08bba5f19b4c6..59ab0b0c8233205aee068137966cac219d5a4cf3 100644 (file)
@@ -140,12 +140,12 @@ static MimeViewerFactory mathml_viewer_factory =
 gint plugin_init(gchar **error)
 {
        if ((sylpheed_get_version() > VERSION_NUMERIC)) {
-               *error = g_strdup("Your sylpheed version is newer than the version the plugin was built with");
+               *error = g_strdup("Your version of Sylpheed-Claws is newer than the version the MathML plugin was built with");
                return -1;
        }
 
        if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(0, 9, 3, 86))) {
-               *error = g_strdup("Your sylpheed version is too old");
+               *error = g_strdup("Your version of Sylpheed-Claws is too old for the MathML plugin");
                return -1;
        }