"saying your preferences once ..." -> "applying your preferences once ..."

svn path=/trunk/; revision=19419
This commit is contained in:
Ulf Lamping 2006-10-03 21:25:16 +00:00
parent 57be028caf
commit 8a60a1006b
1 changed files with 1 additions and 1 deletions

View File

@ -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("");