diff options
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 584574c778a..084a10f6b8f 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -1076,7 +1076,7 @@ sub toggle_portable { } set_texlive_default_dirs(); # this sub tests for portable and in_place $mw -> messageBox( - -title => 'Warning', + -title => __('Warning'), -message => __("Portable option changed;\nDirectories have been reinitialized"), -type => 'OK', -icon => 'warning'); menu_set_pathes_text(); |