mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-27 15:07:51 +01:00
Fix typo
This commit is contained in:
parent
ee760f2098
commit
1998fdcb5a
3 changed files with 12 additions and 12 deletions
|
@ -384,7 +384,7 @@ zathura_document_free(zathura_document_t* document)
|
|||
girara_error("%s not implemented", __FUNCTION__);
|
||||
error = ZATHURA_PLUGIN_ERROR_NOT_IMPLEMENTED;
|
||||
} else {
|
||||
r = document->functions.document_free(document);
|
||||
error = document->functions.document_free(document);
|
||||
}
|
||||
|
||||
if (document->file_path != NULL) {
|
||||
|
@ -393,7 +393,7 @@ zathura_document_free(zathura_document_t* document)
|
|||
|
||||
g_free(document);
|
||||
|
||||
return r;
|
||||
return error;
|
||||
}
|
||||
|
||||
zathura_plugin_error_t
|
||||
|
|
10
po/de.po
10
po/de.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-03-04 23:52+0100\n"
|
||||
"POT-Creation-Date: 2012-03-05 08:21+0100\n"
|
||||
"PO-Revision-Date: 2012-03-04 17:77+0100\n"
|
||||
"Last-Translator: Sebastian Ramacher <s.ramacher@gmx.at>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -96,10 +96,10 @@ msgstr ""
|
|||
msgid "Wrote attachment '%s' to '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../document.c:383 ../document.c:406 ../document.c:422 ../document.c:438
|
||||
#: ../document.c:454 ../document.c:476 ../document.c:495 ../document.c:535
|
||||
#: ../document.c:555 ../document.c:578 ../document.c:607 ../document.c:636
|
||||
#: ../document.c:660 ../document.c:681 ../document.c:702
|
||||
#: ../document.c:383 ../document.c:407 ../document.c:426 ../document.c:448
|
||||
#: ../document.c:467 ../document.c:489 ../document.c:508 ../document.c:551
|
||||
#: ../document.c:571 ../document.c:594 ../document.c:623 ../document.c:652
|
||||
#: ../document.c:676 ../document.c:697 ../document.c:718
|
||||
#, c-format
|
||||
msgid "%s not implemented"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-03-04 23:52+0100\n"
|
||||
"POT-Creation-Date: 2012-03-05 08:21+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -96,10 +96,10 @@ msgstr ""
|
|||
msgid "Wrote attachment '%s' to '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: ../document.c:383 ../document.c:406 ../document.c:422 ../document.c:438
|
||||
#: ../document.c:454 ../document.c:476 ../document.c:495 ../document.c:535
|
||||
#: ../document.c:555 ../document.c:578 ../document.c:607 ../document.c:636
|
||||
#: ../document.c:660 ../document.c:681 ../document.c:702
|
||||
#: ../document.c:383 ../document.c:407 ../document.c:426 ../document.c:448
|
||||
#: ../document.c:467 ../document.c:489 ../document.c:508 ../document.c:551
|
||||
#: ../document.c:571 ../document.c:594 ../document.c:623 ../document.c:652
|
||||
#: ../document.c:676 ../document.c:697 ../document.c:718
|
||||
#, c-format
|
||||
msgid "%s not implemented"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in a new issue