Skip to content
Snippets Groups Projects
Commit 64f41671 authored by Lars Bilke's avatar Lars Bilke
Browse files

Some typo fixes.

parent d0080e36
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,6 @@ INSTALL (TARGETS ogs RUNTIME DESTINATION bin COMPONENT ogs_cli)
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} "ogs" "OGS Simulator")
cpack_add_component(ogs_cli
DISPLAY_NAME "OGS THMC Simulator"
DESCRIPTION "The OGS simulation as a command line executable."
DESCRIPTION "The command line interface for OpenGeoSys."
GROUP Applications
)
......@@ -132,7 +132,7 @@ INSTALL(TARGETS ConvertSHPToGLI generateBCandGLI generateBCFromPolyline generate
RUNTIME DESTINATION bin COMPONENT ogs_converter)
cpack_add_component(ogs_converter
DISPLAY_NAME "File converter tools"
DESCRIPTION "File conversion tools."
DISPLAY_NAME "File converter"
DESCRIPTION "File converter."
GROUP Utilities
)
......@@ -11,7 +11,7 @@ macro(ConfigureMacOSXBundle TARGET_NAME ICON_FILE_PATH)
MACOSX_BUNDLE_SHORT_VERSION_STRING ${OGS_VERSION}
MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_NAME} ${OGS_VERSION}"
MACOSX_BUNDLE_BUNDLE_VERSION ${OGS_VERSION}
MACOSX_BUNDLE_COPYRIGHT "Copyright 2015, OpenGeoSys Community. All Rights Reserved."
MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2012-2015, OpenGeoSys Community. All Rights Reserved."
)
SET_SOURCE_FILES_PROPERTIES(${ICON_FILE_PATH} PROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment