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

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