summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-30 18:34:08 +0000
committerKarl Berry <karl@freefriends.org>2014-11-30 18:34:08 +0000
commit5952c321e3dd33039db481434bd0d1d7554bde13 (patch)
tree376b6efde82282208bb3e270f11b7715171fbf75 /Master/texmf-dist/scripts/texlive/tlmgrgui.pl
parentb85821faa9cdf4735c6e2abeecc65565a7420bc3 (diff)
"Restore all packages" plural (Norbert tldoc 27 Jun 2011 21:10:10); other msg tweaks
git-svn-id: svn://tug.org/texlive/trunk@35700 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/tlmgrgui.pl')
-rw-r--r--Master/texmf-dist/scripts/texlive/tlmgrgui.pl16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
index b61dc898542..85e9c4d7092 100644
--- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
@@ -239,7 +239,7 @@ sub guimain {
if (!$::we_can_save) {
my $no_write_warn = $mw->Dialog(-title => __("Warning"),
- -text => __("You don't have permissions to change the installation in any way,\nspecifically, the directory %s is not writable.\nPlease run this program as administrator, or contact your local admin.\n\nMost buttons will be disabled.", "$Master/tlpkg/"),
+ -text => __("You don't have permissions to change the installation in any way;\nspecifically, the directory %s is not writable.\nPlease run this program as administrator, or contact your local admin.\n\nMost buttons will be disabled.", "$Master/tlpkg/"),
-buttons => [ __("Ok") ])->Show();
}
@@ -689,26 +689,26 @@ sub show_extended_info {
#my $t = $sw->Scrolled('ROText', -scrollbars => "oe", -height => 10,
# -width => 50, -wrap => 'word', -relief => 'flat');
#$t->insert("1.0", $tlp->longdesc);
- #$sw->Label(-text => "Long Desc:")->grid($t, -sticky => 'nw');
+ #$sw->Label(-text => "Long desc:")->grid($t, -sticky => 'nw');
$tf->Label(-text => __("Long description:"))->grid(
$tf->Label(-wraplength => '500', -justify => 'left',
-text => $tlp->longdesc), -sticky => "nw");
$tf->Label(-text => __("Installed:"))->grid(
$tf->Label(-text => ($Packages{$p}{'installed'} ? __("Yes") : __("No"))),
-sticky => "nw");
- $tf->Label(-text => __("Local Revision:"))->grid(
+ $tf->Label(-text => __("Local revision:"))->grid(
$tf->Label(-text => $Packages{$p}{'localrevision'}),
-sticky => "nw");
if (defined($Packages{$p}{'localcatalogueversion'})) {
- $tf->Label(-text => __("Local Catalogue Version:"))->grid(
+ $tf->Label(-text => __("Local Catalogue version:"))->grid(
$tf->Label(-text => $Packages{$p}{'localcatalogueversion'}),
-sticky => "nw");
}
- $tf->Label(-text => __("Remote Revision:"))->grid(
+ $tf->Label(-text => __("Remote revision:"))->grid(
$tf->Label(-text => $Packages{$p}{'remoterevisionstring'}),
-sticky => "nw");
if (defined($Packages{$p}{'remotecatalogueversion'})) {
- $tf->Label(-text => __("Remote Catalogue Version:"))->grid(
+ $tf->Label(-text => __("Remote Catalogue version:"))->grid(
$tf->Label(-text => $Packages{$p}{'remotecatalogueversion'}),
-sticky => "nw");
}
@@ -1501,7 +1501,7 @@ sub ask_one_repository {
#$entry->pack(-side => "left",-padx => "2m", -pady => "2m");
my $f2 = $sw->Frame;
- $f2->Button(-text => __("Choose Directory"),
+ $f2->Button(-text => __("Choose directory"),
-command => sub {
$val = $sw->chooseDirectory;
#if (defined($var)) {
@@ -2423,7 +2423,7 @@ sub cb_handle_restore {
$rev = "";
$mw->Unbusy;
})->pack(@p_ii);
- $tf->Button(-text => __("Restore all package to latest version"),
+ $tf->Button(-text => __("Restore all packages to latest version"),
-command => sub {
$mw->Busy(-recurse => 1);
for my $p (@pkgbackup) {