[Xfce4-commits] [apps/xfce4-dict] 01/01: Fix typo of dict.cc (Bug #15571)
noreply at xfce.org
noreply at xfce.org
Sun Jun 9 13:14:50 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-dict.
commit 8283433f670d6df1f6751a50864daef27f85f7d1
Author: Hunter Turcin <huntertur at gmail.com>
Date: Fri Jun 7 18:53:07 2019 -0500
Fix typo of dict.cc (Bug #15571)
---
lib/prefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/prefs.c b/lib/prefs.c
index 91b8876..3ea005b 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -54,7 +54,7 @@ static const web_dict_t web_dicts[] =
{ N_("dict.leo.org - German <-> Spanish"), "http://dict.leo.org/esde?search={word}" },
{ N_("dict.leo.org - German <-> Italian"), "http://dict.leo.org/itde?search={word}" },
{ N_("dict.leo.org - German <-> Chinese"), "http://dict.leo.org/chde?search={word}" },
- { N_("dist.cc - Dictionary"), "http://www.dict.cc/?s={word}" },
+ { N_("dict.cc - Dictionary"), "http://www.dict.cc/?s={word}" },
{ N_("Dictionary.com"), "http://dictionary.reference.com/search?db=dictionary&q={word}" },
{ N_("TheFreeDictionary.com"), "http://www.thefreedictionary.com/_/partner.aspx?Word={word}&Set=www&mode=w" },
{ N_("Wikipedia, the free encyclopedia (EN)"), "http://en.wikipedia.org/wiki/{word}" },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list