]> err.no Git - mapper/commitdiff
Remove flite remark.
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 9 Aug 2007 10:16:18 +0000 (13:16 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 9 Aug 2007 10:16:18 +0000 (13:16 +0300)
src/settings-gui.c

index 27a840d2ba28d389e21ff8a45a9f69c6ad22eb53..7b018d840c192504de6198f32537f7b21594211e 100644 (file)
@@ -477,9 +477,7 @@ settings_dialog(void)
 
        /* Enable Voice. */
        gtk_table_attach(GTK_TABLE(table),
-                        chk_enable_voice =
-                        gtk_check_button_new_with_label(_
-                                                        ("Enable Voice Synthesis (requires flite)")),
+                        chk_enable_voice = gtk_check_button_new_with_label(_("Enable Voice Synthesis")),
                         0, 2, 1, 2, GTK_EXPAND | GTK_FILL, 0, 2, 4);
        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(chk_enable_voice),
                                     _enable_voice);