From d4f310f6e4e03d3cf7ca9b0ffa73e7a105bbfc17 Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 27 Oct 2008 21:59:50 +0000 Subject: [PATCH] Fix the GeoIP preference description. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26594 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/prefs_nameres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1