From 236cce04895dd0443012be918d7927e50bfb6aac Mon Sep 17 00:00:00 2001 From: Cedric Duval Date: Sun, 2 Oct 2005 22:16:58 +0000 Subject: [PATCH] Fixed typo. --- po/abook.pot | 4 ++-- ui.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/abook.pot b/po/abook.pot index 3a14feb..916215e 100644 --- a/po/abook.pot +++ b/po/abook.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-10-03 00:06+0200\n" +"POT-Creation-Date: 2005-10-03 00:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -638,7 +638,7 @@ msgstr "" #: ui.c:147 #, c-format -msgid "Terminal is too small. Minium terminal size for abook is %dx%d\n" +msgid "Terminal is too small. Minimum terminal size for abook is %dx%d\n" msgstr "" #: ui.c:333 diff --git a/ui.c b/ui.c index 644c2ac..b415269 100644 --- a/ui.c +++ b/ui.c @@ -144,8 +144,8 @@ init_ui() if( LINES < MIN_LINES || COLS < MIN_COLS ) { clear(); refresh(); endwin(); fprintf(stderr, _("Your terminal size is %dx%d\n"), COLS, LINES); - fprintf(stderr, _("Terminal is too small. Minium terminal size " - "for abook is " + fprintf(stderr, _("Terminal is too small. Minimum terminal " + "size for abook is " "%dx%d\n"), MIN_COLS, MIN_LINES); return 1; } -- 2.39.2