]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - wincfg.c
Move the `translation of line drawing characters when pasting'
[PuTTY.git] / wincfg.c
index 4c3d8a94fe486873cfff90b18f3da15d9f267324..ffb18113474c88180c4d7e5421556eee5deb9c9b 100644 (file)
--- a/wincfg.c
+++ b/wincfg.c
@@ -233,8 +233,8 @@ void win_setup_config_box(struct controlbox *b, HWND *hwndp, int has_help,
     /*
      * RTF paste is Windows-specific.
      */
-    s = ctrl_getset(b, "Window/Selection", "trans",
-                   "Translation of pasted characters");
+    s = ctrl_getset(b, "Window/Selection", "format",
+                   "Formatting of pasted characters");
     ctrl_checkbox(s, "Paste to clipboard in RTF as well as plain text", 'f',
                  HELPCTX(selection_rtf),
                  dlg_stdcheckbox_handler, I(offsetof(Config,rtf_paste)));