avoid some trivial differences in translated strings

This commit is contained in:
Matthias Clasen 2006-05-28 02:55:51 +00:00
parent 8ac6ef2176
commit a208b8b2a6
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-05-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchoosermenu.c: Avoid trivial differences
in translated strings. (#343088, Clytie Siddall)
2006-05-28 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_build_tree): emit test_expand_row

View File

@ -1,3 +1,8 @@
2006-05-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchoosermenu.c: Avoid trivial differences
in translated strings. (#343088, Clytie Siddall)
2006-05-28 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_build_tree): emit test_expand_row

View File

@ -515,7 +515,7 @@ static void
gtk_recent_chooser_menu_unselect_all (GtkRecentChooser *chooser)
{
g_warning (_("This function is not implemented for "
"widgets of class '%s'."),
"widgets of class '%s'"),
g_type_name (G_OBJECT_TYPE (chooser)));
}