Fixed typo introduced after 0.9.3claws92 that prevented compilation; Updated Makefile...
[claws.git] / src / plugins / demo / demo.c
index ac13c700f29b99aab3f6b8e10814eed75504c19d..862a42fa466df2fad73aad18f8acc40836d24eba 100644 (file)
@@ -39,7 +39,7 @@ static guint hook_id;
 gint plugin_init(gchar **error)
 {
        if ((sylpheed_get_version() > VERSION_NUMERIC)) {
-               *error = g_strdup("Your sylpheed version is newer then the version the plugin was build with");
+               *error = g_strdup("Your sylpheed version is newer than the version the plugin was built with");
                return -1;
        }