aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_nameres.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-01-14 17:40:30 +0000
committerGerald Combs <gerald@wireshark.org>2009-01-14 17:40:30 +0000
commit6553661db08fe84c0b1477b4863055bc242ca09f (patch)
treed2dbf75955d09e115d7570bc33c43b0e5c95bb02 /gtk/prefs_nameres.c
parente4eaa3ee4aa6e62cc246eccf90ba8ac57ae9d7fa (diff)
Clarify the GeoIP path tooltip.
svn path=/trunk/; revision=27230
Diffstat (limited to 'gtk/prefs_nameres.c')
-rw-r--r--gtk/prefs_nameres.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/prefs_nameres.c b/gtk/prefs_nameres.c
index 97bd370a78..4b53462e98 100644
--- a/gtk/prefs_nameres.c
+++ b/gtk/prefs_nameres.c
@@ -211,9 +211,10 @@ nameres_prefs_show(void)
if (geoip_db_paths_uat) {
table_row++;
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 end with \".dat\".\n"
+ "GeoIP database directories",
+ "Search paths for GeoIP address mapping databases.\n"
+ "Wireshark will look in each directory for files beginning\n"
+ "with \"Geo\" and ending with \".dat\".\n"
"You must restart Wireshark for these changes to take\n"
"effect.",
geoip_db_paths_uat);