From 60e9c1ebda68d3fb18c786a94b0e361f6493ccb0 Mon Sep 17 00:00:00 2001 From: "Patrick C. McGinty" Date: Sun, 20 Mar 2011 16:47:29 -1000 Subject: Fix 'Preserve Modification Time' option for FLAC files. Resolve condition when 'preserve modification time' feature is disabled, FLAC files would not have their modification times changed. Secondly, it disables easytag from incorrectly warning the user that the file was changed by an external program, when easytag writes the file. --- src/easytag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/easytag.c') diff --git a/src/easytag.c b/src/easytag.c index 94c1d60..baac362 100644 --- a/src/easytag.c +++ b/src/easytag.c @@ -2197,7 +2197,7 @@ gint Save_List_Of_Files (GList *etfilelist, gboolean force_saving_files) gchar *msg; gint response; - msg = g_strdup_printf(_("Be careful, severals files (%d file(s)) were changed by an external program.\n" + msg = g_strdup_printf(_("Be careful, several files (%d file(s)) were changed by an external program.\n" "Do you want to continue anyway?"),nb_files_changed_by_ext_program); msgbox = msg_box_new(_("Saving File(s)..."), GTK_WINDOW(MainWindow), -- cgit v1.2.3