GNOME Bugzilla – Bug 563906
Incorrect pluralization of English string
Last modified: 2009-06-17 02:09:35 UTC
In nautilus-window-manage-views.c: "Nautilus cannot handle this kind of locations." around line 1907. Index: src/nautilus-window-manage-views.c =================================================================== --- src/nautilus-window-manage-views.c (revision 14805) +++ src/nautilus-window-manage-views.c (working copy) @@ -1906,7 +1906,7 @@ detail_message = g_strdup_printf (_("Nautilus cannot handle \"%s\" locations."), scheme_string); } else { - detail_message = g_strdup (_("Nautilus cannot handle this kind of locations.")); + detail_message = g_strdup (_("Nautilus cannot handle this kind of location.")); } g_free (scheme_string); break; Good to commit?
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.