From 370ecf0ee8d3e9904beab5b761b0f3aebc398fa6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 18 Nov 2010 17:56:02 -0500 Subject: [PATCH] Use Related instead of the somewhat jargonny fallback --- gtk/gtkopenwithwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkopenwithwidget.c b/gtk/gtkopenwithwidget.c index 171f865a4..89d2779ca 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) -- 2.43.2