summaryrefslogtreecommitdiffstats
path: root/loader/lang.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-09 18:27:16 +0000
committerMatt Wilson <msw@redhat.com>2001-08-09 18:27:16 +0000
commitd1bb5e94b2a43611db887aabbbac009276fd706f (patch)
tree9fa8c211a76dda93f24aeef209bec3bd07e30d73 /loader/lang.c
parent470aa28013177b9b8fb6a10fed41c62617afa558 (diff)
downloadanaconda-d1bb5e94b2a43611db887aabbbac009276fd706f.tar.gz
anaconda-d1bb5e94b2a43611db887aabbbac009276fd706f.tar.xz
anaconda-d1bb5e94b2a43611db887aabbbac009276fd706f.zip
typo
Diffstat (limited to 'loader/lang.c')
-rw-r--r--loader/lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/lang.c b/loader/lang.c
index 2c4dc8b29..17ff4bb33 100644
--- a/loader/lang.c
+++ b/loader/lang.c
@@ -358,7 +358,7 @@ int chooseLanguage(char ** lang, int flags) {
newtWinMessage("Language Unavailable", "Ok",
"%s display is unavailable in text mode. The "
"installation will continue in English until the "
- "display of %s is possible", languages[choice].lang,
+ "display of %s is possible.", languages[choice].lang,
languages[choice].lang);
}
if (languages[choice].map)