summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-26 00:21:12 +0000
committerMike Fulbright <msf@redhat.com>2002-07-26 00:21:12 +0000
commit47f0a01befc9d0a08ceddad761d9fad20c653308 (patch)
tree108c98c151a9c5df9a8fac13b03367a630c42602
parent71d4bcd89272f96d62790d844ae2b77e0ff2df53 (diff)
downloadanaconda-47f0a01befc9d0a08ceddad761d9fad20c653308.tar.gz
anaconda-47f0a01befc9d0a08ceddad761d9fad20c653308.tar.xz
anaconda-47f0a01befc9d0a08ceddad761d9fad20c653308.zip
actually wanted no space there
-rw-r--r--loader/mediacheck.c2
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);