2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / solib.c
index f64d8921ad1f08359c3dc901b8a6ae5b46c2e024..47a715771ffbf2c3ee63b74002fb4378fcf50da5 100644 (file)
@@ -381,7 +381,7 @@ solib_read_symbols (struct so_list *so, int from_tty)
   if (so->symbols_loaded)
     {
       if (from_tty)
-       printf_unfiltered ("Symbols already loaded for %s\n", so->so_name);
+       printf_unfiltered (_("Symbols already loaded for %s\n"), so->so_name);
     }
   else
     {
@@ -390,7 +390,7 @@ solib_read_symbols (struct so_list *so, int from_tty)
                        RETURN_MASK_ALL))
        {
          if (from_tty)
-           printf_unfiltered ("Loaded symbols for %s\n", so->so_name);
+           printf_unfiltered (_("Loaded symbols for %s\n"), so->so_name);
          so->symbols_loaded = 1;
          return 1;
        }
@@ -703,7 +703,7 @@ info_sharedlibrary_command (char *ignore, int from_tty)
     }
   if (so_list_head == NULL)
     {
-      printf_unfiltered ("No shared libraries loaded at this time.\n");
+      printf_unfiltered (_("No shared libraries loaded at this time.\n"));
     }
 }
 
This page took 0.025185 seconds and 4 git commands to generate.