summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-01-09 03:39:09 +0000
committerNorbert Preining <preining@logic.at>2010-01-09 03:39:09 +0000
commit059968f82b4a430beea78b83d02927ae07114f90 (patch)
tree9626dbdaba3cedc394aa1cc937fe381b5ab800e7 /Master/texmf
parentf1223134488dd0324918c2b07b05216776e4e49d (diff)
work on the translations, do some unifications
git-svn-id: svn://tug.org/texlive/trunk@16651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl
index cdf7a53c1fa..52aea0450d9 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui.pl
@@ -225,7 +225,7 @@ sub do_rest_of_gui {
-separator => "/",
-selectmode => "none");
- $loaded_button = $mw->Button(-text => __("Loaded repository:") . __(" none"),
+ $loaded_button = $mw->Button(-text => __("Loaded repository:") . " " . __("none"),
-relief => 'flat',
-command => sub { $location = $tlpdb_location;
update_loaded_location_string();
@@ -1773,7 +1773,7 @@ sub cb_edit_location {
sub update_loaded_location_string {
my $arg = shift;
$arg || ($arg = $location);
- $loaded_button->configure(-text => "Loaded repository: $arg");
+ $loaded_button->configure(-text => __("Loaded repository:") . " " . $arg);
}
sub run_update_functions {