diff options
author | Norbert Preining <preining@logic.at> | 2009-08-30 20:24:27 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-08-30 20:24:27 +0000 |
commit | 7deca08c12ece0eddce18325b5661914f54129e4 (patch) | |
tree | 42c7a78a4003b24715c1a9879439fef1476ed02e /Master | |
parent | 5b0f4701a158a979732acb4cc719e3bf9ec177cd (diff) |
rename again more occurrences of "location" to repository, thanks Staszek!
git-svn-id: svn://tug.org/texlive/trunk@14953 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index f3b5fef0212..2d6f7b86b03 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -378,7 +378,7 @@ sub create_update_list { # and is not from the net if ($#ret < 0) { if ($tlmediasrc->media ne "NET") { - set_text_win($update_win, __("No updates found.\n\nYour installation is set up to look on the disk for updates.\n\nIf you want to install from the Internet for this one time only, click on the \"Change\" button above and select \"Default Net Location\" (or any other package repository you know to be working).\n\nIf you want to change it permanently, go to the \"Configuration\" Tab and change the default package repository.")); + set_text_win($update_win, __("No updates found.\n\nYour installation is set up to look on the disk for updates.\n\nIf you want to install from the Internet for this one time only, click on the \"Change\" button above and select \"Default net package repository\" (or any other package repository you know to be working).\n\nIf you want to change it permanently, go to the \"Configuration\" Tab and change the default package repository.")); } else { set_text_win($update_win, __("Everything up-to-date!")); } @@ -450,7 +450,7 @@ sub setup_list { sub menu_edit_location { my $key = shift; my $val; - my $sw = $mw->Toplevel(-title => __("Change Location")); + my $sw = $mw->Toplevel(-title => __("Change package repository")); $sw->transient($mw); $sw->grab(); $sw->Label(-text => __("New package repository:"))->pack(-padx => "2m", -pady => "2m"); |