diff options
-rw-r--r-- | plugingui/abouttab.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc index 57daec3..8d0c22d 100644 --- a/plugingui/abouttab.cc +++ b/plugingui/abouttab.cc @@ -94,7 +94,7 @@ std::string AboutTab::getAboutText() " Version\n" "=============\n" "\n")); - about_text.append(std::string(VERSION) + "\n"); + about_text.append(std::string(VERSION) + " (note-off support)\n"); // Bugs about_text.append(_( |