diff src/sound.c @ 5281:eae93f3e46bd

[gaim-migrate @ 5653] Miloslav Trmac (trmac) writes: " Hello, attached patch contains two trivial message changes * Use "Entry field" instead of "Entry widget". "widget" is a technical term, it's non-technical meaning ("any random thing") is not great. And translating it is a pain for the same reason. * "because the chosen filename does not exist" s/filename/file/. " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 02 May 2003 01:57:52 +0000
parents 0241d6b6702d
children ad445074d239
line wrap: on
line diff
--- a/src/sound.c	Fri May 02 01:43:34 2003 +0000
+++ b/src/sound.c	Fri May 02 01:57:52 2003 +0000
@@ -180,7 +180,7 @@
 	}
 
 	if (!g_file_test(filename, G_FILE_TEST_EXISTS)) {
-		char *tmp = g_strdup_printf(_("Unable to play sound because the chosen filename (%s) does not exist."), filename);
+		char *tmp = g_strdup_printf(_("Unable to play sound because the chosen file (%s) does not exist."), filename);
 		do_error_dialog(tmp, NULL, GAIM_ERROR);
 		g_free(tmp);
 		return;