[ekiga/ds-gtk-application] Account: Improve groups renaming form specification.



commit 06d6da2d0b57ba8b59942eba8d2c58e8f7b4be50
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Sep 28 15:46:08 2014 +0200

    Account: Improve groups renaming form specification.

 lib/engine/components/opal/opal-account.cpp |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 5bb99c3..95bda05 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -1289,9 +1289,8 @@ Opal::Account::on_rename_group (Opal::PresentityPtr pres)
     boost::shared_ptr<Ekiga::FormRequestSimple> (new Ekiga::FormRequestSimple (boost::bind 
(&Opal::Account::on_rename_group_form_submitted,
                                                                                             this, _1, _2, 
pres->get_groups ())));
 
-  request->title (_("Rename group"));
-  request->instructions (_("You can rename groups by clicking on the corresponding entry and changing the 
group name"));
-  request->editable_list ("groups", _("Groups:"),
+  request->title (_("Renaming Groups"));
+  request->editable_list ("groups", "",
                         pres->get_groups (), std::list<std::string>(),
                          false, true);
 


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