diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-06-17 11:37:33 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-06-17 11:37:33 +0000 |
commit | 7213f6425f4b29b1b16c50bdf8f5080cd19bcfc8 (patch) | |
tree | 628cb82683e0b3451928e933b38e270483018af6 /Master | |
parent | ffe930be503d894766414bde214f83b602877ba8 (diff) |
Dialog title localized
git-svn-id: svn://tug.org/texlive/trunk@23028 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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(); |