diff options
author | Madeleine (ThinLinc team) <madni@cendio.se> | 2024-11-04 13:28:48 +0100 |
---|---|---|
committer | Madeleine Nilsson <madni@cendio.se> | 2024-11-11 11:22:36 +0100 |
commit | 260a3e0db5d09be0cb732d1a7ce8e758079e0c11 (patch) | |
tree | fde91411f376f038e20834e8031ccc32f3df7506 /java/com/tigervnc/vncviewer/Parameters.java | |
parent | 4341fcacd4987b16ebcfa0db176c0ccf287268c4 (diff) | |
download | tigervnc-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 'java/com/tigervnc/vncviewer/Parameters.java')
-rw-r--r-- | java/com/tigervnc/vncviewer/Parameters.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/tigervnc/vncviewer/Parameters.java b/java/com/tigervnc/vncviewer/Parameters.java index 8c8465cb..dd2f1c3e 100644 --- a/java/com/tigervnc/vncviewer/Parameters.java +++ b/java/com/tigervnc/vncviewer/Parameters.java @@ -192,7 +192,7 @@ public class Parameters { "specified from the point of view of the gateway machine, "+ "e.g. \"localhost\" denotes the gateway, "+ "not the machine on which the viewer was launched. "+ - "See the System Properties section below for "+ + "See the System properties section below for "+ "information on configuring the -Via option.", ""); public static BoolParameter tunnel |