diff --git a/help/en.myco b/help/en.myco index fd84239..a475b14 100644 --- a/help/en.myco +++ b/help/en.myco @@ -1,6 +1,6 @@ # Help -This is documentation for **Mycorrhiza Wiki** version **1.6** ([[https://mycorrhiza.wiki | official wiki]]). +This is documentation for **Mycorrhiza Wiki** version **1.7** ([[https://mycorrhiza.wiki | official wiki]]). **Choose a topic from the list.** diff --git a/help/ru.myco b/help/ru.myco index 5b1420f..2edd846 100644 --- a/help/ru.myco +++ b/help/ru.myco @@ -1,6 +1,6 @@ # Справка -Это документация к **вики-движку Микориза** версии **1.6** ([[https://mycorrhiza.wiki | официальная вики]]). +Это документация к **вики-движку Микориза** версии **1.7** ([[https://mycorrhiza.wiki | официальная вики]]). **Выберите тему из списка.** diff --git a/main.go b/main.go index 56638dc..290838e 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.6.0") + log.Println("Running Mycorrhiza Wiki 1.7.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) } diff --git a/views/stuff.qtpl b/views/stuff.qtpl index 49d2451..6246bbf 100644 --- a/views/stuff.qtpl +++ b/views/stuff.qtpl @@ -275,7 +275,7 @@ sort.Strings(editors)

{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}