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

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