From 4194e0c3679769f9627136ff0cbe3196ee3a4f13 Mon Sep 17 00:00:00 2001
From: Vito Caputo <vcaputo@pengaru.com>
Date: Mon, 31 Dec 2018 17:27:06 -0800
Subject: modules/submit-softly: shorten description

---
 src/modules/submit/submit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/submit/submit.c b/src/modules/submit/submit.c
index 7c4a9b6..a5c1941 100644
--- a/src/modules/submit/submit.c
+++ b/src/modules/submit/submit.c
@@ -333,7 +333,7 @@ rototiller_module_t	submit_softly_module = {
 	.prepare_frame = submit_prepare_frame,
 	.render_fragment = submit_softly_render_fragment,
 	.name = "submit-softly",
-	.description = "Cellular automata conquest game sim w/bilinear interpolation (threaded (poorly))",
+	.description = "Bilinearly interpolated version of submit (threaded (poorly))",
 	.author = "Vito Caputo <vcaputo@pengaru.com>",
 	.license = "GPLv3",
 };
-- 
cgit v1.2.3