diff options
author | Pierre Ossman <ossman@cendio.se> | 2025-01-14 16:17:55 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2025-01-14 16:22:08 +0100 |
commit | 65d1771dfc3d1e0c0efd046dc373dc978c037c86 (patch) | |
tree | b1dd284fb59f713333a32c4e8f0b3238e7e302d0 /po | |
parent | ba73536bcdc32e2d0f8b465ba0295f9ab9ce2b54 (diff) | |
download | tigervnc-65d1771dfc3d1e0c0efd046dc373dc978c037c86.tar.gz tigervnc-65d1771dfc3d1e0c0efd046dc373dc978c037c86.zip |
Always use lowercase "t" for TigerVNC team
It's not a formal name, so use regular case.
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 0be492c8..7d316e78 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -26,7 +26,7 @@ if (GETTEXT_XGETTEXT_EXECUTABLE) --keyword=_ --keyword=p_:1c,2 --keyword=N_ - "--copyright-holder=TigerVNC Team and many others \(see README.rst\)" + "--copyright-holder=TigerVNC team and many others \(see README.rst\)" --msgid-bugs-address=tigervnc-devel@googlegroups.com --sort-by-file --add-location |