[ekiga] Use strings which are already used
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Use strings which are already used
- Date: Sat, 17 Jul 2010 15:14:55 +0000 (UTC)
commit 9ef852b1de9f9275d8ac6b245430751f3c504fea
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Sat Jul 17 17:14:57 2010 +0200
Use strings which are already used
src/gui/assistant.cpp | 2 +-
src/gui/main_window.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/assistant.cpp b/src/gui/assistant.cpp
index 0c6f92a..82dee72 100644
--- a/src/gui/assistant.cpp
+++ b/src/gui/assistant.cpp
@@ -1136,7 +1136,7 @@ create_video_devices_page (EkigaAssistant *assistant)
GtkWidget *label;
gchar *text;
- vbox = create_page (assistant, _("Video input device"), GTK_ASSISTANT_PAGE_CONTENT);
+ vbox = create_page (assistant, _("Video Input Device"), GTK_ASSISTANT_PAGE_CONTENT);
label = gtk_label_new (_("Please choose your video input device:"));
gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index f3c5f4e..31a1ec2 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -2352,7 +2352,7 @@ ekiga_main_window_set_call_hold (EkigaMainWindow *mw,
if (GTK_IS_LABEL (child))
gtk_label_set_text_with_mnemonic (GTK_LABEL (child),
- _("_Hold Call"));
+ _("H_old Call"));
gtk_menu_set_sensitive (mw->priv->main_menu, "suspend_audio", TRUE);
gtk_menu_set_sensitive (mw->priv->main_menu, "suspend_video", TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]