]> source.dussan.org Git - tigervnc.git/commitdiff
Be consistent in "full screen" and "full-screen" use 1382/head
authorWilliam Sjöblom <wilsj@cendio.com>
Wed, 24 Nov 2021 11:55:44 +0000 (12:55 +0100)
committerWilliam Sjöblom <wilsj@cendio.com>
Wed, 24 Nov 2021 12:01:17 +0000 (13:01 +0100)
Previously, there were a number of inconsistencies in the use of
"full-screen" and "full screen" in logs, documentation, and user
interfaces. The consensus seems to be that "full screen" is correct when
used as a noun while "full-screen" is correct when used as an
adjective. These inconsistencies have now been adjusted to follow
consensus.

java/com/tigervnc/vncviewer/Parameters.java
vncviewer/DesktopWindow.cxx
vncviewer/OptionsDialog.cxx
vncviewer/parameters.cxx
vncviewer/vncviewer.man

index b5144156873f03a6e373873991fef5217ce27cb8..f08202c037031226b0330b06b6f292a95ca2a094 100644 (file)
@@ -117,7 +117,7 @@ public class Parameters {
 
   public static BoolParameter fullScreen
   = new BoolParameter("FullScreen",
-    "Full Screen Mode",
+    "Enable full screen",
     false);
 
   public static BoolParameter fullScreenAllMonitors
index f334c61449eac0dce8e901e25ce30243a6a32c4d..2cfbbbdac312bdf257143796fcb0395bd961712e 100644 (file)
@@ -613,7 +613,7 @@ void DesktopWindow::resize(int x, int y, int w, int h)
         Fl::screen_xywh(sx, sy, sw, sh, i);
 
         if ((sx == x) && (sy == y) && (sw == w) && (sh == h)) {
-          vlog.info(_("Adjusting window size to avoid accidental full screen request"));
+          vlog.info(_("Adjusting window size to avoid accidental full-screen request"));
           // Assume a panel of some form and adjust the height
           y += 20;
           h -= 40;
index 66a12fd85c37cd2d0ecd7276c14450ea5e8012fe..1bed858e52df7a283725b783c72cf7fd2d8702c1 100644 (file)
@@ -806,7 +806,7 @@ void OptionsDialog::createScreenPage(int tx, int ty, int tw, int th)
   fullScreenCheckbox = new Fl_Check_Button(LBLRIGHT(tx, ty,
                                                   CHECK_MIN_WIDTH,
                                                   CHECK_HEIGHT,
-                                                  _("Enable full-screen")));
+                                                  _("Enable full screen")));
   ty += CHECK_HEIGHT + INNER_MARGIN;
 
   width = tw - OUTER_MARGIN * 2;
index 18384f3a14601e82fb848941c8673c6cfe15d6a0..c6e902eae4881435a7b49485270817c26d6a4905 100644 (file)
@@ -160,7 +160,7 @@ StringParameter menuKey("MenuKey", "The key which brings up the popup menu",
 
 BoolParameter fullscreenSystemKeys("FullscreenSystemKeys",
                                    "Pass special keys (like Alt+Tab) directly "
-                                   "to the server when in full screen mode.",
+                                   "to the server when in full-screen mode.",
                                    true);
 
 #ifndef WIN32
index 894787c0e25df0e809bb4685f893cd91dd73bb4c..8c8b3b9092623fcfd1d78f45899d4bb0e54fce55 100644 (file)
@@ -96,7 +96,7 @@ By default, key presses in the popup menu get sent to the VNC server and
 dismiss the popup.  So to get an F8 through to the VNC server simply press it
 twice.
 
-.SH FULL SCREEN MODE
+.SH FULL-SCREEN MODE
 A full-screen mode is supported.  This is particularly useful when connecting
 to a remote screen which is the same size as your local one. If the remote
 screen is bigger, you can scroll by bumping the mouse against the edge of the