aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-10-27 21:59:50 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-10-27 21:59:50 +0000
commit920794d199c586157f07759a36c3c246b598da92 (patch)
tree842c2e12f18c332a3cbab7d59f0d40c3b4ad6c83 /gtk
parent5edf350ffc9d8aa3341290a4ac4c3c22ea2cce3a (diff)
Fix the GeoIP preference description.
svn path=/trunk/; revision=26594
Diffstat (limited to 'gtk')
-rw-r--r--gtk/prefs_nameres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/prefs_nameres.c b/gtk/prefs_nameres.c
index 54a749975d..69bd886c14 100644
--- a/gtk/prefs_nameres.c
+++ b/gtk/prefs_nameres.c
@@ -201,7 +201,7 @@ nameres_prefs_show(void)
geoip_resolv_bt = create_preference_uat(main_tb, table_row,
"GeoIP database search paths",
"Paths to GeoIP address mapping databases. Database\n"
- "names must begin with \"Geo\" and in with \".dat\".\n"
+ "names must begin with \"Geo\" and end with \".dat\".\n"
"You must restart Wireshark for these changes to take\n"
"effect.",
geoip_db_paths_uat);