OSDN Git Service

[BUG FIX] Packages for which the flavor mechanism is newly introduced sometimes had...
[portsreinstall/current.git] / lib / libreinstall.sh
index 43712a1..43c5e5b 100644 (file)
@@ -487,7 +487,7 @@ reinstall_restore_conflicts ()
                                > ${DBDIR}/deleted_conflicts.tmp || :
                        mv "${DBDIR}/deleted_conflicts.tmp" "${DBDIR}/deleted_conflicts"
                else
-                       message_echo "WARNING: Failed to restore. Note that your system may experience troubles by this error." >&2
+                       message_echo "WARNING: Failed to restore. Note that your system may undergo troubles by this error." >&2
                fi
        done < $tmpsrc
 }