From ca5c3086c7ff9c99645a66fd0c21167ef60ba0e9 Mon Sep 17 00:00:00 2001 From: Denis Briand Date: Wed, 30 Dec 2015 04:17:22 +0100 Subject: [PATCH] Add fix_spelling_error_in_binary.diff patch --- debian/changelog | 2 ++ debian/patches/series | 1 + filter.c | 4 ++-- po/abook.pot | 4 ++-- po/de.po | 4 ++-- po/fr.po | 4 ++-- po/sv.po | 4 ++-- 7 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 99297a5..5f251a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ abook (0.6.1-1) unstable; urgency=medium * Add debhelper token into maintainers scripts. * Rename postinst and postrm files into abook.* * Switch debian/copyright file to machine readable format. + * Add fix_spelling_error_in_binary.diff patch + to fix error with "occurred" word -- Denis Briand Wed, 30 Dec 2015 03:45:10 +0100 diff --git a/debian/patches/series b/debian/patches/series index e69de29..c905432 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +fix_spelling_error_in_binary.diff diff --git a/filter.c b/filter.c index 2cb145c..25e8b4d 100644 --- a/filter.c +++ b/filter.c @@ -251,7 +251,7 @@ import_database() } if(i_read_file(filename, i_filters[filter].func )) - statusline_msg(_("Error occured while opening the file")); + statusline_msg(_("Error occurred while opening the file")); else if(tmp == db_n_items()) statusline_msg(_("File does not seem to be a valid addressbook")); @@ -397,7 +397,7 @@ export_database() } if( e_write_file(filename, e_filters[filter].func, enum_mode)) - statusline_msg(_("Error occured while exporting")); + statusline_msg(_("Error occurred while exporting")); refresh_screen(); free(filename); diff --git a/po/abook.pot b/po/abook.pot index 2ab0186..5633d03 100644 --- a/po/abook.pot +++ b/po/abook.pot @@ -510,7 +510,7 @@ msgid "Filename: " msgstr "" #: filter.c:252 -msgid "Error occured while opening the file" +msgid "Error occurred while opening the file" msgstr "" #: filter.c:254 @@ -530,7 +530,7 @@ msgid "keybindings:all/selected/cancel|asc" msgstr "" #: filter.c:398 -msgid "Error occured while exporting" +msgid "Error occurred while exporting" msgstr "" #: filter.c:2469 diff --git a/po/de.po b/po/de.po index b9b7cb0..d798aad 100644 --- a/po/de.po +++ b/po/de.po @@ -534,7 +534,7 @@ msgid "Filename: " msgstr "Dateiname: " #: filter.c:252 -msgid "Error occured while opening the file" +msgid "Error occurred while opening the file" msgstr "Fehler beim Öffnen der Datei" #: filter.c:254 @@ -555,7 +555,7 @@ msgid "keybindings:all/selected/cancel|asc" msgstr "asc" #: filter.c:398 -msgid "Error occured while exporting" +msgid "Error occurred while exporting" msgstr "Fehler beim Exportieren aufgetreten" #: filter.c:2469 diff --git a/po/fr.po b/po/fr.po index fe65261..a3b9a88 100644 --- a/po/fr.po +++ b/po/fr.po @@ -527,7 +527,7 @@ msgid "Filename: " msgstr "Nom de fichier: " #: filter.c:252 -msgid "Error occured while opening the file" +msgid "Error occurred while opening the file" msgstr "Une erreur est survenue à l'ouverture du fichier" #: filter.c:254 @@ -547,7 +547,7 @@ msgid "keybindings:all/selected/cancel|asc" msgstr "tsa" #: filter.c:398 -msgid "Error occured while exporting" +msgid "Error occurred while exporting" msgstr "Une erreur est survenue lors de l'exportation" #: filter.c:2469 diff --git a/po/sv.po b/po/sv.po index 4374cd6..e5885a5 100644 --- a/po/sv.po +++ b/po/sv.po @@ -534,7 +534,7 @@ msgid "Filename: " msgstr "Filnamn:" #: filter.c:252 -msgid "Error occured while opening the file" +msgid "Error occurred while opening the file" msgstr "Fel vid öppnandet av filen" #: filter.c:254 @@ -554,7 +554,7 @@ msgid "keybindings:all/selected/cancel|asc" msgstr "" #: filter.c:398 -msgid "Error occured while exporting" +msgid "Error occurred while exporting" msgstr "Fel vid export" #: filter.c:2469 -- 2.39.2