Revert "fix issue with generator plugins and no-roll disk monitoring"
[ardour.git] / libs / ardour / plugin.cc
index e76353e8d53ddd3f2ca8b7b9bbc3c9c4e64ca895..9b2170c349e49bd362c461fa6200337e5261ecfd 100644 (file)
@@ -395,7 +395,7 @@ Plugin::get_state ()
        add_state (root);
 #else
        if (!seen_get_state_message) {
-               info << string_compose (_("Saving AudioUnit settings is not supported in this build of %1. Consider paying for a newer version"),
+               info << string_compose (_("Saving plugin settings is not supported in this build of %1. Consider paying for the full version"),
                                        PROGRAM_NAME)
                     << endmsg;
                seen_get_state_message = true;