Blame SOURCES/0030-wizard-update-the-help-text-for-screen-casters.patch

562801
From a20279617cf3a1dd9f9e64eb1c0af92f633d2296 Mon Sep 17 00:00:00 2001
562801
From: Jakub Filak <jfilak@redhat.com>
562801
Date: Tue, 25 Feb 2014 16:54:21 +0100
562801
Subject: [LIBREPORT PATCH 30/33] wizard: update the help text for screen
562801
 casters
562801
562801
The only available screen casting program on RHEL7 is integrated GNOME3
562801
screen caster.
562801
562801
Closes rhbz#1069340
562801
562801
Signed-off-by: Jakub Filak <jfilak@redhat.com>
562801
---
562801
 src/gui-wizard-gtk/wizard.c | 4 ++--
562801
 1 file changed, 2 insertions(+), 2 deletions(-)
562801
562801
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
562801
index 943b2d6..32e95c0 100644
562801
--- a/src/gui-wizard-gtk/wizard.c
562801
+++ b/src/gui-wizard-gtk/wizard.c
562801
@@ -3404,10 +3404,10 @@ void create_assistant(bool expert_mode)
562801
         gtk_widget_set_sensitive(GTK_WIDGET(g_btn_startcast), false);
562801
         gtk_widget_set_tooltip_markup(GTK_WIDGET(g_btn_startcast),
562801
           _("In order to enable the built-in screencasting "
562801
-            "functionality the package recordmydesktop has to be installed. "
562801
+            "functionality the package fros-gnome has to be installed. "
562801
             "Please run the following command if you want to install it."
562801
             "\n\n"
562801
-            "su -c \"yum install recordmydesktop\""
562801
+            "su -c \"yum install fros-gnome\""
562801
             ));
562801
     }
562801
 
562801
-- 
562801
1.8.3.1
562801