diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-26 00:21:12 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-26 00:21:12 +0000 |
commit | 47f0a01befc9d0a08ceddad761d9fad20c653308 (patch) | |
tree | 108c98c151a9c5df9a8fac13b03367a630c42602 /loader | |
parent | 71d4bcd89272f96d62790d844ae2b77e0ff2df53 (diff) | |
download | anaconda-47f0a01befc9d0a08ceddad761d9fad20c653308.tar.gz anaconda-47f0a01befc9d0a08ceddad761d9fad20c653308.tar.xz anaconda-47f0a01befc9d0a08ceddad761d9fad20c653308.zip |
actually wanted no space there
Diffstat (limited to 'loader')
-rw-r--r-- | loader/mediacheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/mediacheck.c b/loader/mediacheck.c index 479c2bd48..969299db9 100644 --- a/loader/mediacheck.c +++ b/loader/mediacheck.c @@ -272,7 +272,7 @@ int mediaCheckFile(char *file, char *descr) { else descrstr[0] = '\0'; - snprintf(tmpstr, sizeof(tmpstr), _("The media check %s is complete, and " + snprintf(tmpstr, sizeof(tmpstr), _("The media check %sis complete, and " "the result is: %s\n"), descrstr, result); newtTextboxSetText(t, tmpstr); f = newtForm(NULL, NULL, 0); |