Commit db660a7b authored by Sergey V Turchin's avatar Sergey V Turchin

- don't hardcode distro name

parent a8ab443c
......@@ -2,7 +2,7 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Disto name in title -->
<title>@NAME@ @VERSION@ @STATUS@</title>
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
<link href="index.css" rel="stylesheet" type="text/css">
</head>
......@@ -16,7 +16,7 @@
</div>
<!-- Disto name -->
<div id="title">@NAME@ @VERSION@ @STATUS@</div>
<div id="title">@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</div>
<div id="main">
<!-- Links columns -->
......
......@@ -2,7 +2,7 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Disto name in title -->
<title>Альт Линукс 6.0 Кентавр</title>
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
<link href="index.css" rel="stylesheet" type="text/css">
</head>
......@@ -16,7 +16,7 @@
</div>
<!-- Disto name -->
<div id="title">Альт Линукс 6.0 Кентавр</div>
<div id="title">@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</div>
<div id="main">
<!-- Links columns -->
......
......@@ -4,8 +4,8 @@ Type=Application
Exec=xdg-open /usr/share/doc/indexhtml/index.html
StartupNotify=false
Icon=altlinux
Name=Information about @NAME@ @VERSION@ @STATUS@
Name=Information about @BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@
Categories=System;Documentation;
# Translations
Name[ru]=Сведения о @NAME@ @VERSION@ @STATUS@
Name[ru]=Сведения о @BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment