After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 563906 - Incorrect pluralization of English string
Incorrect pluralization of English string
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other All
: Normal trivial
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-09 20:25 UTC by A. Walton
Modified: 2009-06-17 02:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description A. Walton 2008-12-09 20:25:55 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?
Comment 1 A. Walton 2009-06-17 02:09:35 UTC
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.