From 19faa24cf3f5d645f15d3f19bb86720acf245719 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 22 Mar 2007 18:19:49 +0000 Subject: Clarify some English messages as suggested by Nagy Gabor. I even did the hard work of fixing these in the translation files, and I removed a few fuzzys while doing so. If any more patches for translations come, try to do it against these files. --- lib/libalpm/be_files.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libalpm/be_files.c') diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index a24ad293..f3619277 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -183,9 +183,7 @@ pmpkg_t *_alpm_db_scan(pmdb_t *db, const char *target) return(NULL); } if(_alpm_pkg_splitname(ent->d_name, pkg->name, pkg->version, 0) == -1) { - /* TODO wow, string freeze so correct the below later: dabatase -> database */ - /*_alpm_log(PM_LOG_ERROR, _("invalid name for database entry '%s'"), ent->d_name);*/ - _alpm_log(PM_LOG_ERROR, _("invalid name for dabatase entry '%s'"), ent->d_name); + _alpm_log(PM_LOG_ERROR, _("invalid name for database entry '%s'"), ent->d_name); return(NULL); } -- cgit v1.2.3-24-g4f1b