[nemiver] 744865 Fix typo in singular form of string



commit 49f3edbc3f0f0cfbbde57efe88be4cbf921bf779
Author: Sebastian Rasmussen <sebras gmail com>
Date:   Fri Feb 20 19:21:28 2015 +0100

    744865 Fix typo in singular form of string
    
        * src/persp/dbgperspective/nmv-call-stack.cc
          (CallStack::Priv::append_frames_to_tree_view): Fix typo in
          singular form of string
    
    Signed-off-by: Marek Černocký <marek manet cz>

 src/persp/dbgperspective/nmv-call-stack.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/persp/dbgperspective/nmv-call-stack.cc b/src/persp/dbgperspective/nmv-call-stack.cc
index 68b80d1..b79a9f6 100644
--- a/src/persp/dbgperspective/nmv-call-stack.cc
+++ b/src/persp/dbgperspective/nmv-call-stack.cc
@@ -765,7 +765,7 @@ struct CallStack::Priv {
             store_iter = store->append ();
             UString msg;
             msg.printf (ngettext ("(Click here to see the next %d row of the "
-                                  "call stack",
+                                  "call stack)",
                                   "(Click here to see the next %d rows of the "
                                   "call stack)",
                                   nb_frames_expansion_chunk),


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