tActually remove the mnemonic... - transliterate - Transliteration engine
HTML git clone git://lumidify.org/transliterate.git (fast, but not encrypted)
HTML git clone https://lumidify.org/git/transliterate.git (encrypted, but very slow)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4303b5d3d14c5a111f24187212fafa44d3c33b6f
DIR parent f29c11dc27f85ba21535448c5d972fe766f0c5c9
HTML Author: lumidify <nobody@lumidify.org>
Date: Tue, 9 Mar 2021 11:06:57 +0100
Actually remove the mnemonic...
Diffstat:
M transliterate.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/transliterate.pl b/transliterate.pl
t@@ -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]");