[gtk+/open-with-dialog] Use Related instead of the somewhat jargonny fallback



commit 43421df10345800594fd4fe39da9106fd5ec5ae7
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Nov 18 17:56:02 2010 -0500

    Use Related instead of the somewhat jargonny fallback

 gtk/gtkopenwithwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkopenwithwidget.c b/gtk/gtkopenwithwidget.c
index 171f865..89d2779 100644
--- a/gtk/gtkopenwithwidget.c
+++ b/gtk/gtkopenwithwidget.c
@@ -631,7 +631,7 @@ gtk_open_with_widget_real_add_items (GtkOpenWithWidget *self)
     }
 
   if (show_all)
-    gtk_open_with_widget_add_section (self, _("Fallback Applications"),
+    gtk_open_with_widget_add_section (self, _("Related Applications"),
 				      show_headings, FALSE, TRUE, fallback_apps, recommended_apps);
 
   if (show_all)



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