From 8a60a1006ba395c17a23d2ca97a071ef85e07d2c Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 3 Oct 2006 21:25:16 +0000 Subject: [PATCH] "saying your preferences once ..." -> "applying your preferences once ..." svn path=/trunk/; revision=19419 --- epan/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/prefs.c b/epan/prefs.c index 6e87fc6dec..b28f0d9b9e 100644 --- a/epan/prefs.c +++ b/epan/prefs.c @@ -1190,7 +1190,7 @@ read_prefs_file(const char *pf_path, FILE *pf, pref_set_pair_cb pref_set_pair_fc GString *cur_var; gboolean got_val = FALSE; gint fline = 1, pline = 1; - gchar hint[] = "(saving your preferences once should remove this warning)"; + gchar hint[] = "(applying your preferences once should remove this warning)"; cur_val = g_string_new(""); cur_var = g_string_new("");