2006-09-11 [wwp] 2.4.0cvs175
[claws.git] / src / plugins / pgpcore / plugin.c
index ade59756db40a88b3bcf755e8e6b1e1d28b609de..8d2bcc4a6a95dcfbac6018e74b0d1730b568db49 100644 (file)
 gint plugin_init(gchar **error)
 {
        if ((sylpheed_get_version() > VERSION_NUMERIC)) {
-               *error = g_strdup("Your version of Sylpheed-Claws is newer than the version the PGP/Core 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(2, 1, 0, 1))) {
-               *error = g_strdup("Your version of Sylpheed-Claws is too old for the PGP/Core plugin");
+               *error = g_strdup(_("Your version of Sylpheed-Claws is too old for the PGP/Core plugin"));
                return -1;
        }