nautilus r13580 - in trunk: . libnautilus-private
- From: awalton svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r13580 - in trunk: . libnautilus-private
- Date: Wed, 9 Jan 2008 12:52:10 +0000 (GMT)
Author: awalton
Date: Wed Jan 9 12:52:09 2008
New Revision: 13580
URL: http://svn.gnome.org/viewvc/nautilus?rev=13580&view=rev
Log:
2008-01-09 A. Walton <awalton svn gnome org>
* libnautilus-private/nautilus-file-operations.c:
(verify_destination):
Non-strdup()'d string potentially free()'d.
Modified:
trunk/ChangeLog
trunk/libnautilus-private/nautilus-file-operations.c
Modified: trunk/libnautilus-private/nautilus-file-operations.c
==============================================================================
--- trunk/libnautilus-private/nautilus-file-operations.c (original)
+++ trunk/libnautilus-private/nautilus-file-operations.c Wed Jan 9 12:52:09 2008
@@ -2347,7 +2347,7 @@
if (free_size < required_size) {
primary = f (_("Error while copying to \"%B\"."), dest);
- secondary = _("There is not enough space on the destination. Try to remove files to make space.");
+ secondary = f(_("There is not enough space on the destination. Try to remove files to make space."));
details = f (_("There is %S available, but %S is required."), free_size, required_size);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]