aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.adoc12
2 files changed, 7 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43bc41e..22c465c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -281,7 +281,7 @@ if (BUILD_TESTING)
endif ()
# CPack
-set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "StarDict terminal UI")
+set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "StarDict TUI and GUI")
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
diff --git a/README.adoc b/README.adoc
index e81a4b0..16e617b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,5 +1,5 @@
-StarDict Terminal UI
-====================
+StarDict Terminal and Graphical UI
+==================================
'sdtui' aims to provide an easy way of viewing translation as well as other
kinds of dictionaries in your terminal, and is inspired by the dictionary
@@ -12,9 +12,9 @@ software.
image::sdtui.png[align="center"]
-As a recent addition, there is now an alternative GTK+ 3 based frontend as well.
-It shares its dictionary list with 'sdtui', but styling will follow your theme,
-and may be customized from 'gtk.css'.
+As a recent addition, there is now an alternative GTK+ 3 based frontend as well,
+called 'sdgui'. It shares its dictionary list with 'sdtui', but styling will
+follow your theme, and may be customized from 'gtk.css'.
Packages
--------
@@ -56,7 +56,7 @@ automatically.
Windows
~~~~~~~
-With the help of Mingw-w64 and WINE, the GUI will successfully cross-compile
+With the help of Mingw-w64 and WINE, 'sdgui' will successfully cross-compile
for Windows. It isn't particularly usable on that system, if only because
selection watching is a very X11/Wayland-specific feature. Beware that build
dependencies take up almost a gigabyte of disk space.