]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add note to translators not to translate z/Architecture
authorNick Clifton <nickc@redhat.com>
Thu, 18 Jan 2024 11:25:48 +0000 (11:25 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 18 Jan 2024 11:25:48 +0000 (11:25 +0000)
opcodes/s390-dis.c

index 3c21f9b3915facae32dd282283355e4e007404af..0db4158262f3719740c35c1e4fb1de7cd5b31904 100644 (file)
@@ -42,6 +42,7 @@ typedef struct
 static const s390_options_t options[] =
 {
   { "esa" ,       N_("Disassemble in ESA architecture mode") },
+  /* TRANSLATORS: Please do not translate 'z/Architecture' as this is a technical name.  */
   { "zarch",      N_("Disassemble in z/Architecture mode") },
   { "insnlength", N_("Print unknown instructions according to "
                     "length from first two bits") },