]> Pileus Git - ~andy/gtk/commitdiff
Use Related instead of the somewhat jargonny fallback
authorWilliam Jon McCann <jmccann@redhat.com>
Thu, 18 Nov 2010 22:56:02 +0000 (17:56 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:40 +0000 (16:51 +0100)
gtk/gtkopenwithwidget.c

index 171f865a415edad35bc8e71e7d6bdd98fe6323ef..89d2779caa6ea187505cde96c06f31f35ec15f23 100644 (file)
@@ -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)