summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 35c2a477fc..2d27f7a399 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -939,7 +939,8 @@ void talk_init(void)
939 { 939 {
940 if (!load_voicefile_index(filehandle)) 940 if (!load_voicefile_index(filehandle))
941 { 941 {
942 splashf(HZ * 2, str(LANG_READ_FAILED), ".voice"); 942 if (global_settings.talk_menu)
943 splashf(HZ, str(LANG_READ_FAILED), ".voice");
943 goto out; 944 goto out;
944 } 945 }
945 /* Now determine the maximum buffer size needed for the voicefile. 946 /* Now determine the maximum buffer size needed for the voicefile.