summaryrefslogtreecommitdiffstats
path: root/loader/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/net.c')
-rw-r--r--loader/net.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/net.c b/loader/net.c
index 2da2384f1..486c1607c 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -1900,7 +1900,7 @@ int chooseNetworkInterface(struct loaderData_s * loaderData) {
}
winStatus(idrc, 3, NULL,
- _("Flashing %s port lights for %d seconds..."),
+ _("Flashing %s port lights for %d seconds."),
devices[deviceNum], secs);
if (identifyNIC(devices[deviceNum], secs)) {
@@ -2068,11 +2068,11 @@ int get_connection(iface_t *iface) {
/* display status */
if (FL_CMDLINE(flags)) {
- printf(_("Waiting for NetworkManager to configure %s...\n"),
+ printf(_("Waiting for NetworkManager to configure %s.\n"),
iface->device);
} else {
winStatus(55, 3, NULL,
- _("Waiting for NetworkManager to configure %s...\n"),
+ _("Waiting for NetworkManager to configure %s.\n"),
iface->device, 0);
}