From 9eed09a311e2289740feb635f1344835a8f86cde Mon Sep 17 00:00:00 2001 From: Peter Clifton Date: Wed, 26 Dec 2007 21:35:02 +0000 Subject: [PATCH] Fix spelling mistake in libgeda --- libgeda/po/en_GB.po | 4 ++-- libgeda/po/nl_NL.po | 2 +- libgeda/src/g_basic.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libgeda/po/en_GB.po b/libgeda/po/en_GB.po index c2c0cc706..213f872ae 100644 --- a/libgeda/po/en_GB.po +++ b/libgeda/po/en_GB.po @@ -235,8 +235,8 @@ msgstr "Enable debugging for more detailed information\n" #: ../src/g_basic.c:267 #, c-format -msgid "Could not find [%s] for interpretion\n" -msgstr "Could not find [%s] for interpretion\n" +msgid "Could not find [%s] for interpretation\n" +msgstr "Could not find [%s] for interpretation\n" #. We've already read this one in. #: ../src/g_rc.c:136 diff --git a/libgeda/po/nl_NL.po b/libgeda/po/nl_NL.po index cebc200a2..80eeb618c 100644 --- a/libgeda/po/nl_NL.po +++ b/libgeda/po/nl_NL.po @@ -240,7 +240,7 @@ msgstr "Schakel foutzoeken in voor meer gedetaileerde informatie\n" #: ../src/g_basic.c:267 #, c-format -msgid "Could not find [%s] for interpretion\n" +msgid "Could not find [%s] for interpretation\n" msgstr "Kan [%s] niet vinden voor interpretatie\n" # We hebben deze al ingelezen. diff --git a/libgeda/src/g_basic.c b/libgeda/src/g_basic.c index 83997ee03..4e7106417 100644 --- a/libgeda/src/g_basic.c +++ b/libgeda/src/g_basic.c @@ -264,7 +264,7 @@ int g_read_file(const gchar *filename) } if (access(full_filename, R_OK) != 0) { - s_log_message(_("Could not find [%s] for interpretion\n"), + s_log_message(_("Could not find [%s] for interpretation\n"), full_filename); return(-1); } -- 2.11.4.GIT