transliterate

Transliteration engine
git clone git://lumidify.org/transliterate.git (fast, but not encrypted)
git clone https://lumidify.org/git/transliterate.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

commit 4303b5d3d14c5a111f24187212fafa44d3c33b6f
parent f29c11dc27f85ba21535448c5d972fe766f0c5c9
Author: lumidify <nobody@lumidify.org>
Date:   Tue,  9 Mar 2021 11:06:57 +0100

Actually remove the mnemonic...

Diffstat:
Mtransliterate.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transliterate.pl b/transliterate.pl @@ -209,7 +209,7 @@ sub prompt_unknown_word { if (exists $config->{"retrywithout"}) { $hbox = Gtk2::HBox->new(FALSE, 5); # Pressing Alt+e just activates the first of the retrywithout buttons - $label = Gtk2::Label->new_with_mnemonic("R_etry without: "); + $label = Gtk2::Label->new_with_mnemonic("Retry without: "); $hbox->pack_start($label, FALSE, FALSE, 0); foreach my $without (@{$config->{"retrywithout"}}) { $button = Gtk2::Button->new("$without->[0]");