2005-02-15 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / utils.c
index bea52579d2d3bf0816aaf1c244e158742052b642..c66496f0157d373af88b0af10a2047a6c29f216f 100644 (file)
@@ -2473,9 +2473,9 @@ initialize_utils (void)
   if (xdb_commands)
     {
       add_com ("am", class_support, pagination_on_command,
-              "Enable pagination");
+              _("Enable pagination"));
       add_com ("sm", class_support, pagination_off_command,
-              "Disable pagination");
+              _("Disable pagination"));
     }
 
   deprecated_add_show_from_set
This page took 0.023753 seconds and 4 git commands to generate.