[gnome-session] Improve the wording of the fallback dialog



commit 7039030ca360f844ec6d042b2e625630f12412ce
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 14 06:42:38 2011 -0400

    Improve the wording of the fallback dialog
    
    The changes were discussed in
    http://bugzilla.gnome.org/show_bug.cgi?id=644461 and
    http://bugzilla.gnome.org/show_bug.cgi?id=643107

 gnome-session/gsm-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-manager.c b/gnome-session/gsm-manager.c
index 4e4d48f..09363c9 100644
--- a/gnome-session/gsm-manager.c
+++ b/gnome-session/gsm-manager.c
@@ -1272,7 +1272,7 @@ possibly_show_fallback_dialog (GsmManager *manager)
                                     KEY_SHOW_FALLBACK_WARNING)) {
                 show_fallback_dialog (_("GNOME 3 Failed to Load"),
                                       _("Unfortunately GNOME 3 failed to start properly and started in the <i>fallback mode</i>.\n\n"
-                                        "This most likely means your graphics hardware is not capable to run the full GNOME 3 experience"),
+                                        "This most likely means your system (graphics hardware or driver) is not capable of delivering the full GNOME 3 experience"),
                                       _("Learn more about GNOME 3"),
                                       "http://www.gnome3.org";);
                 g_settings_set_boolean (manager->priv->settings,



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