aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncconfig
diff options
context:
space:
mode:
authorMadeleine (ThinLinc team) <madni@cendio.se>2024-11-04 13:28:48 +0100
committerMadeleine Nilsson <madni@cendio.se>2024-11-11 11:22:36 +0100
commit260a3e0db5d09be0cb732d1a7ce8e758079e0c11 (patch)
treefde91411f376f038e20834e8031ccc32f3df7506 /unix/vncconfig
parent4341fcacd4987b16ebcfa0db176c0ccf287268c4 (diff)
downloadtigervnc-260a3e0db5d09be0cb732d1a7ce8e758079e0c11.tar.gz
tigervnc-260a3e0db5d09be0cb732d1a7ce8e758079e0c11.zip
Standardize on sentence case in titles
The reason for this is to keep a consistency through out the project.
Diffstat (limited to 'unix/vncconfig')
-rw-r--r--unix/vncconfig/QueryConnectDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncconfig/QueryConnectDialog.cxx b/unix/vncconfig/QueryConnectDialog.cxx
index aa1b78ad..a265356f 100644
--- a/unix/vncconfig/QueryConnectDialog.cxx
+++ b/unix/vncconfig/QueryConnectDialog.cxx
@@ -30,7 +30,7 @@ QueryConnectDialog::QueryConnectDialog(Display* dpy_,
const char* user_,
int timeout_,
QueryResultCallback* cb)
- : TXDialog(dpy_, 300, 100, "VNC Server : Accept Connection?"),
+ : TXDialog(dpy_, 300, 100, "VNC server : Accept connection?"),
addressLbl(dpy, "Host:",this),
address(dpy, address_, this),
userLbl(dpy, "User:", this),