From a582a793c075f1cde65907f84b7118f0bfa8659c Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 19 Apr 2018 15:04:18 +0200 Subject: [PATCH] braille: Warn when not text translation was selected in case the user didn't notice --- filter/braille/filters/texttobrf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filter/braille/filters/texttobrf.in b/filter/braille/filters/texttobrf.in index acdf8b9b7..6c7a2a168 100755 --- a/filter/braille/filters/texttobrf.in +++ b/filter/braille/filters/texttobrf.in @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2015-2017 Samuel Thibault +# Copyright (c) 2015-2018 Samuel Thibault # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -173,6 +173,7 @@ then fi else # No translation, only text rendering + printf "WARN: No braille table translation was selected\n" >&2 setupTextRendering fi -- 2.47.2