summaryrefslogtreecommitdiffstats
path: root/loader/mediacheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/mediacheck.c')
-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);