[ekiga/ds-opal-refactoring] Prefs: Use better label for call handling settings.



commit c3e0f7590bc95d146e188bd05c15632bca652348
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Apr 12 15:17:27 2015 +0200

    Prefs: Use better label for call handling settings.

 lib/engine/gui/gtk-frontend/preferences-window.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/preferences-window.cpp 
b/lib/engine/gui/gtk-frontend/preferences-window.cpp
index d9b94ea..f22e0c4 100644
--- a/lib/engine/gui/gtk-frontend/preferences-window.cpp
+++ b/lib/engine/gui/gtk-frontend/preferences-window.cpp
@@ -1843,7 +1843,7 @@ preferences_window_new (GmApplication *app)
   gm_pw_init_general_page (self, container);
   gtk_widget_show_all (GTK_WIDGET (container));
 
-  container = gm_pw_window_subsection_new (self, _("Call Forwarding"));
+  container = gm_pw_window_subsection_new (self, _("Call Handling"));
   gm_pw_init_call_options_page (self, container);
   gtk_widget_show_all (GTK_WIDGET (container));
 


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