Skip to content

Commit

Permalink
Merge pull request #11 from Jefferson49:Bugfix-8
Browse files Browse the repository at this point in the history
Fixed typo and also corrected German language file
  • Loading branch information
Jefferson49 authored Aug 27, 2022
2 parents f25343e + 39bd712 commit 00da542
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RepositoryHierarchy.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ public function getListTitle(Repository $repository = null): string {
if ($repository === null) {
return I18N::translate('Repository Hierarchy');
} else {
return I18N::translate('Repository Hierachy of: %s', $repository->fullName());
return I18N::translate('Repository Hierarchy of: %s', $repository->fullName());
}
}

Expand Down
Binary file modified resources/lang/de.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions resources/lang/de.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Repository Hierarchy\n"
"POT-Creation-Date: 2022-07-23 15:20+0200\n"
"PO-Revision-Date: 2022-07-23 15:20+0200\n"
"POT-Creation-Date: 2022-08-27 22:09+0200\n"
"PO-Revision-Date: 2022-08-27 22:10+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
Expand Down Expand Up @@ -52,7 +52,7 @@ msgstr ""

#: RepositoryHierarchy.php:595
#, php-format
msgid "Repository Hierachy of: %s"
msgid "Repository Hierarchy of: %s"
msgstr "Archiv Hierarchie von: %s"

#: RepositoryHierarchy.php:626
Expand Down

0 comments on commit 00da542

Please sign in to comment.