[nemiver] Fix string typo (Close #633445)



commit bbd94a6972cf456a6cb1a1f507a7e899f3a60d90
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sun Nov 7 12:46:08 2010 +0100

    Fix string typo (Close #633445)
    
    	* src/persp/dbgperspective/nmv-dbg-perspective.cc
    	(restart_inferior): Fix a the string typo here.

 src/persp/dbgperspective/nmv-dbg-perspective.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/persp/dbgperspective/nmv-dbg-perspective.cc b/src/persp/dbgperspective/nmv-dbg-perspective.cc
index d0bcc8d..c24ff3f 100644
--- a/src/persp/dbgperspective/nmv-dbg-perspective.cc
+++ b/src/persp/dbgperspective/nmv-dbg-perspective.cc
@@ -6111,7 +6111,7 @@ DBGPerspective::restart_inferior ()
     } else {
         // We cannot restart an inferior running on a remote target at
         // the moment.
-        ui_utils::display_error (_("Sorry, it's impossible to restart"
+        ui_utils::display_error (_("Sorry, it's impossible to restart "
                                    "a remote inferior"));
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]