diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-26 22:33:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-26 22:33:26 +0000 |
commit | 9c19e295393d08688e0400533d73ebb1e8b53dd2 (patch) | |
tree | 79436c4244859d4ff7f4b3784c6fa4181a581008 /Master/texmf/scripts | |
parent | fa6bff3dec71cc8230f06c1fd25ec0dade525f6f (diff) |
message wording
git-svn-id: svn://tug.org/texlive/trunk@26666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index d5a427f163b..f245721cc61 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -1638,7 +1638,7 @@ sub menu_multi_location { if ($foo{'status'}) { if (defined($new_repos{$foo{'tag'}})) { $sw->Dialog(-title => __("Warning"), - -text => __("Multiple defined tags (first column) are not possible, please fix it."), -buttons => [ __("Ok") ])->Show; + -text => __("Repository tag name already used: %s", $foo{'tag'}), -buttons => [ __("Ok") ])->Show; return; } $new_repos{$foo{'tag'}} = $foo{'val'}; |