Use _() in calls to build_help
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index 1faa09eee7109fea055d36fdfaa6a23b2b69701c..0c368a6f6d8058d4d0c74db0e94e72dd3b31cb47 100644 (file)
@@ -2848,7 +2848,7 @@ This may usually be abbreviated to simply \"set\"."),
 
   const auto print_opts = make_value_print_options_def_group (nullptr);
 
-  static const std::string print_help = gdb::option::build_help (N_("\
+  static const std::string print_help = gdb::option::build_help (_("\
 Print value of expression EXP.\n\
 Usage: print [[OPTION]... --] [/FMT] [EXP]\n\
 \n\
This page took 0.02394 seconds and 4 git commands to generate.