Spelling correction.
authorjbj <devnull@localhost>
Sat, 18 Dec 1999 15:20:29 +0000 (15:20 +0000)
committerjbj <devnull@localhost>
Sat, 18 Dec 1999 15:20:29 +0000 (15:20 +0000)
CVS patchset: 3489
CVS date: 1999/12/18 15:20:29

lib/problems.c
po/rpm.pot

index 04b80ea..0acf20f 100644 (file)
@@ -95,7 +95,7 @@ const char * rpmProblemString(rpmProblem prob)
        break;
 
       case RPMPROB_OLDPACKAGE:
-       sprintf(buf, _("package %s-%s-%s (which is newer then %s-%s-%s) is "
+       sprintf(buf, _("package %s-%s-%s (which is newer than %s-%s-%s) is "
                       "already installed"), altName, altVersion, altRelease,
                        name, version, release);
        break;
index 7ef8820..a66d15a 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-12-16 15:59-0500\n"
+"POT-Creation-Date: 1999-12-17 13:40-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2477,7 +2477,7 @@ msgstr ""
 
 #: lib/problems.c:98
 #, c-format
-msgid "package %s-%s-%s (which is newer then %s-%s-%s) is already installed"
+msgid "package %s-%s-%s (which is newer than %s-%s-%s) is already installed"
 msgstr ""
 
 #: lib/problems.c:104