PR binutils/1437
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index 93d3b7b056e18fc687b1533ebcf3c9b2fa357cb8..64a4bf2af93b6cfda1b2077d96f1b7ecec152c8d 100644 (file)
@@ -356,13 +356,13 @@ void
 _initialize_typeprint (void)
 {
 
-  add_com ("ptype", class_vars, ptype_command,
-          "Print definition of type TYPE.\n\
+  add_com ("ptype", class_vars, ptype_command, _("\
+Print definition of type TYPE.\n\
 Argument may be a type name defined by typedef, or \"struct STRUCT-TAG\"\n\
 or \"class CLASS-NAME\" or \"union UNION-TAG\" or \"enum ENUM-TAG\".\n\
-The selected stack frame's lexical context is used to look up the name.");
+The selected stack frame's lexical context is used to look up the name."));
 
   add_com ("whatis", class_vars, whatis_command,
-          "Print data type of expression EXP.");
+          _("Print data type of expression EXP."));
 
 }
This page took 0.024414 seconds and 4 git commands to generate.