X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9eaf90bfef0c20bd5dadde027315c0e655e25b4c..b44d65f497c35fe7684a2e7e7a3085c4c7c80131:/config.c diff --git a/config.c b/config.c index 60d98360..67a018fe 100644 --- 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));