2005-10-27 [paul] 1.9.15cvs116
[claws.git] / src / plugins / pgpcore / plugin.c
index c9ab20b4b6050d6f52bdb17fe676c96bc7329662..900d45f44891f66cea14b7c12d1ab8f76a234e44 100644 (file)
 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 PGP/Core plugin was built with");
                return -1;
        }
 
        if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(1, 9, 12, 40))) {
-               *error = g_strdup("Your sylpheed version is too old");
+               *error = g_strdup("Your version of Sylpheed-Claws is too old for the PGP/Core plugin");
                return -1;
        }