gas/testsuite/
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index c4ae342a79151c82236e2befbe56cc34e00b1bfd..9d52241255742a14cebb2b835ad01a0fe1fe507d 100644 (file)
@@ -1720,11 +1720,11 @@ _initialize_objc_language (void)
 {
   add_language (&objc_language_defn);
   add_info ("selectors", selectors_info,    /* INFO SELECTORS command.  */
-           "All Objective-C selectors, or those matching REGEXP.");
+           _("All Objective-C selectors, or those matching REGEXP."));
   add_info ("classes", classes_info,       /* INFO CLASSES   command.  */
-           "All Objective-C classes, or those matching REGEXP.");
+           _("All Objective-C classes, or those matching REGEXP."));
   add_com ("print-object", class_vars, print_object_command, 
-          "Ask an Objective-C object to print itself.");
+          _("Ask an Objective-C object to print itself."));
   add_com_alias ("po", "print-object", class_vars, 1);
 }
 
This page took 0.024418 seconds and 4 git commands to generate.