From 376978b6fbd76a4c9efac10155bbd5c4b1ec67b2 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 23 Jul 1998 18:58:28 +0000 Subject: [PATCH] Warning about missing hotlist redesigned It should now fit in 80 columns --- po/de.po | 4 ++-- po/es.po | 4 ++-- po/fr.po | 4 ++-- po/it.po | 4 ++-- po/ko.po | 4 ++-- po/ru.po | 2 +- src/ChangeLog | 5 +++++ src/hotlist.c | 9 ++++++--- 8 files changed, 22 insertions(+), 14 deletions(-) diff --git a/po/de.po b/po/de.po index 9f7fe5f15..1d3e102d0 100644 --- a/po/de.po +++ b/po/de.po @@ -2549,8 +2549,8 @@ msgid "MC will load hotlist from ~/" msgstr "MC wird Hotlist laden von ~/" #: src/hotlist.c:1387 -msgid " and then delete [Hotlist] section there" -msgstr " und dann den Abschnitt [Hotlist] dort löschen" +msgid "and then delete [Hotlist] section there" +msgstr "und dann den Abschnitt [Hotlist] dort löschen" #: src/hotlist.c:1388 src/hotlist.c:1407 src/hotlist.c:1430 src/hotlist.c:1455 msgid " Hotlist Load " diff --git a/po/es.po b/po/es.po index 0fd3294bf..2dbc91041 100644 --- a/po/es.po +++ b/po/es.po @@ -2305,8 +2305,8 @@ msgid "MC will load hotlist from ~/" msgstr "MC cargar\341 la lista de favoritos del archivo ~/" #: src/hotlist.c:1247 -msgid " and then delete [Hotlist] section there" -msgstr " y luego borrar\341 la secci\363n [Hotlist]" +msgid "and then delete [Hotlist] section there" +msgstr "y luego borrar\341 la secci\363n [Hotlist]" #: src/hotlist.c:1248 src/hotlist.c:1267 src/hotlist.c:1290 src/hotlist.c:1315 msgid " Hotlist Load " diff --git a/po/fr.po b/po/fr.po index eb7ebad04..614c185cc 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2533,8 +2533,8 @@ msgid "MC will load hotlist from ~/" msgstr "MC chargera la hotlist à partir de ~/" #: src/hotlist.c:1387 -msgid " and then delete [Hotlist] section there" -msgstr " et effacera la section [Hotlist] la-bas" +msgid "and then delete [Hotlist] section there" +msgstr "et effacera la section [Hotlist] la-bas" #: src/hotlist.c:1388 src/hotlist.c:1407 src/hotlist.c:1430 src/hotlist.c:1455 msgid " Hotlist Load " diff --git a/po/it.po b/po/it.po index 588cc69a5..f5953b009 100644 --- a/po/it.po +++ b/po/it.po @@ -2306,8 +2306,8 @@ msgid "MC will load hotlist from ~/" msgstr "MC usa la lista favoriti in ~/" #: src/hotlist.c:1247 -msgid " and then delete [Hotlist] section there" -msgstr " e poi rimuovi la sezione [Hotlist]" +msgid "and then delete [Hotlist] section there" +msgstr "e poi rimuovi la sezione [Hotlist]" #: src/hotlist.c:1248 src/hotlist.c:1267 src/hotlist.c:1290 src/hotlist.c:1315 msgid " Hotlist Load " diff --git a/po/ko.po b/po/ko.po index 7d9d5e9a7..26e961158 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2552,8 +2552,8 @@ msgid "MC will load hotlist from ~/" msgstr "MC will load hotlist from ~/" #: src/hotlist.c:1387 -msgid " and then delete [Hotlist] section there" -msgstr " and then delete [Hotlist] section there" +msgid "and then delete [Hotlist] section there" +msgstr "and then delete [Hotlist] section there" #: src/hotlist.c:1388 src/hotlist.c:1407 src/hotlist.c:1430 src/hotlist.c:1455 msgid " Hotlist Load " diff --git a/po/ru.po b/po/ru.po index ae169a3a9..9a58ad65b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2415,7 +2415,7 @@ msgid "MC will load hotlist from ~/" msgstr "MC ÚÁÇÒÕÚÉÔ ÓÐÒÁ×ÏÞÎÉË ËÁÔÁÌÏÇÏ× ÉÚ ~/" #: src/hotlist.c:1387 -msgid " and then delete [Hotlist] section there" +msgid "and then delete [Hotlist] section there" msgstr "Á ÚÁÔÅÍ ÕÄÁÌÉÔ ÔÁÍ ÓÅËÃÉÀ [Hotlist]" #: src/hotlist.c:1388 src/hotlist.c:1407 src/hotlist.c:1430 src/hotlist.c:1455 diff --git a/src/ChangeLog b/src/ChangeLog index dfedd1135..58a5585c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 23 19:49:12 1998 Pavel Roskin + + * hotlist.c: corrected layout of the warning which appears + if ~/.mc doesn't exist. Appropriate changes in translations. + Wed Jul 15 00:41:01 1998 Paul Sheer * edit.c, editwidget.c, * syntax.c: Syntax diff --git a/src/hotlist.c b/src/hotlist.c index 45f0eaad4..1667b5a50 100644 --- a/src/hotlist.c +++ b/src/hotlist.c @@ -1382,9 +1382,12 @@ void load_hotlist (void) int result; char *msg; - msg = copy_strings (_("Hotlist is now kept in file ~/"), HOTLIST_FILENAME, - _("MC will load hotlist from ~/"), PROFILE_NAME, - _(" and then delete [Hotlist] section there"), NULL); + msg = copy_strings (_("Hotlist is now kept in file ~/"), + HOTLIST_FILENAME, "\n", + _("MC will load hotlist from ~/"), + PROFILE_NAME, "\n", + _("and then delete [Hotlist] section there"), + NULL); message (0, _(" Hotlist Load "), msg); free (msg);