[ekiga] Fix window title



commit 067d5f07b88e4bb19ebd24b522525529eb025125
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon Dec 10 23:33:44 2012 +0100

    Fix window title

 plugins/evolution/evolution-book.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/evolution/evolution-book.cpp b/plugins/evolution/evolution-book.cpp
index 7c3eee4..a8a463c 100644
--- a/plugins/evolution/evolution-book.cpp
+++ b/plugins/evolution/evolution-book.cpp
@@ -340,7 +340,7 @@ Evolution::Book::new_contact_action ()
 {
   boost::shared_ptr<Ekiga::FormRequestSimple> request = boost::shared_ptr<Ekiga::FormRequestSimple> (new Ekiga::FormRequestSimple (boost::bind (&Evolution::Book::on_new_contact_form_submitted, this, _1, _2)));
 
-  request->title (_("A_dd Contact"));
+  request->title (_("Add Contact"));
 
   request->instructions (_("Please update the following fields:"));
 



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