summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/textplain.c b/render/textplain.c
index d2c3db956..ff6ca2f9d 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -168,6 +168,7 @@ bool textplain_convert(struct content *c, int width, int height)
textplain_reformat(c, width, height);
c->status = CONTENT_STATUS_DONE;
+ content_set_status(c, messages_get("Done"));
return true;
}