diff src/utilops.c @ 71:7425cb0aeb03

Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net> * utilops.c: Mark string for translation. * fi.po: Update Finnish translation [merge from 2.0.2], submitted by Lauri Nurmi <lanurmi@iki.fi>. * README: Updates.
author gqview
date Sat, 14 Oct 2006 09:22:02 +0000
parents f63ecca6c087
children a10fc0308c12
line wrap: on
line diff
--- a/src/utilops.c	Fri Oct 13 16:22:44 2006 +0000
+++ b/src/utilops.c	Sat Oct 14 09:22:02 2006 +0000
@@ -2661,7 +2661,7 @@
 	if (!rename_file(old_path, new_path))
 		{
 		gchar *text = g_strdup_printf(_("Failed to rename %s to %s."), old_name, new_name);
-		file_util_warning_dialog("Rename failed", text, GTK_STOCK_DIALOG_ERROR, parent);
+		file_util_warning_dialog(_("Rename failed"), text, GTK_STOCK_DIALOG_ERROR, parent);
 		g_free(text);
 
 		return FALSE;