aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-abi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r--gdb/cp-abi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c
index 2ab4f9d..2b39300 100644
--- a/gdb/cp-abi.c
+++ b/gdb/cp-abi.c
@@ -243,11 +243,11 @@ _initialize_cp_abi (void)
register_cp_abi (&auto_cp_abi);
switch_to_cp_abi ("auto");
- add_cmd ("cp-abi", class_obscure, set_cp_abi_cmd,
- "Set the ABI used for inspecting C++ objects.\n"
- "\"set cp-abi\" with no arguments will list the available ABIs.",
+ add_cmd ("cp-abi", class_obscure, set_cp_abi_cmd, _("\
+Set the ABI used for inspecting C++ objects.\n\
+\"set cp-abi\" with no arguments will list the available ABIs."),
&setlist);
add_cmd ("cp-abi", class_obscure, show_cp_abi_cmd,
- "Show the ABI used for inspecting C++ objects.", &showlist);
+ _("Show the ABI used for inspecting C++ objects."), &showlist);
}