]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Rejig the Translation panel controls and documentation to remove the emphasis
[PuTTY.git] / config.c
index 60d98360a8360dfb1ffaa749ceb6b27d87fdbba9..67a018fe51590165a8c8d820122f814be7f793ca 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1577,8 +1577,8 @@ void setup_config_box(struct controlbox *b, int midsession,
                  "Options controlling character set translation");
 
     s = ctrl_getset(b, "Window/Translation", "trans",
-                   "Character set translation on received data");
-    ctrl_combobox(s, "Received data assumed to be in which character set:",
+                   "Character set translation");
+    ctrl_combobox(s, "Remote character set:",
                  'r', 100, HELPCTX(translation_codepage),
                  codepage_handler, P(NULL), P(NULL));