> diff --git a/loader/nfsinstall.c b/loader/nfsinstall.c > index de1ce29..e4b2396 100644 > --- a/loader/nfsinstall.c > +++ b/loader/nfsinstall.c > @@ -79,7 +79,7 @@ static int nfsGetSetup(char ** hostptr, char ** dirptr, char ** optsptr) { > entries[3].text = NULL; > entries[3].value = NULL; > > - if (asprintf(&buf, _("Please enter the server and path to your %s " > + if (asprintf(&buf, _("Please enter the server and NFSv3 path to your %s " > "installation image and optionally additional " > "NFS mount options."), getProductName()) == -1) { > logMessage(CRITICAL, "%s: %d: %m", __func__, __LINE__); Note that we're now after the string freeze so we shouldn't be changing translatable strings. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list