aboutsummaryrefslogtreecommitdiffstats
path: root/BCD
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2015-01-05 16:52:07 +0100
committerOlav Vitters <olav@vitters.nl>2015-01-05 16:52:07 +0100
commita6a1dc62116e1196a9cc89f58784a85efd85bc65 (patch)
treeb81978f60235066783d2cf4f4f76ca7e6993753d /BCD
parentd6b229fb8d950d02db6b7cde56641ea29c003cb6 (diff)
downloadbcd-a6a1dc62116e1196a9cc89f58784a85efd85bc65.tar
bcd-a6a1dc62116e1196a9cc89f58784a85efd85bc65.tar.gz
bcd-a6a1dc62116e1196a9cc89f58784a85efd85bc65.tar.bz2
bcd-a6a1dc62116e1196a9cc89f58784a85efd85bc65.tar.xz
bcd-a6a1dc62116e1196a9cc89f58784a85efd85bc65.zip
improve wording and avoid mentioning 'cooker'
Diffstat (limited to 'BCD')
-rw-r--r--BCD/Web.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/BCD/Web.pm b/BCD/Web.pm
index 7d1436b..19a4f11 100644
--- a/BCD/Web.pm
+++ b/BCD/Web.pm
@@ -43,7 +43,7 @@ sub show_general_info {
my $date_repo;
if (-f "$repo/$based_on/$arch/VERSION") {
$date_repo = read_file("$repo/$based_on/$arch/VERSION");
- } else { $date_repo = "UNKNOW date"; print "You should check that a VERSION file is present" }
+ } else { $date_repo = "UNKNOWN date"; print "You should check that a VERSION file is present" }
open my $B, ">$index";
print $B "<HTML>
<HEAD>
@@ -100,7 +100,7 @@ h3 {
<BODY>
";
print $B "<ul>\n";
- print $B "<li>Date of the synchronisation to the cooker repository: <b>$date_repo</b></li>\n";
+ print $B "<li>Date repository was synchronized: <b>$date_repo</b></li>\n";
print $B "<li>Configuration file used: <a href='$conf_file'>$conf_file</a></li>\n";
print $B "<li>Architecture: <b>$arch</b></li>\n";
print $B "<li>Distribution based on: <b>$based_on</b></li>\n";