From 44a559ed940698acdca743d5998515917074dc60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 15 Jun 2006 20:07:58 +0000 Subject: [PATCH] * Fixed a comment --- languages/LanguageSl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/LanguageSl.php b/languages/LanguageSl.php index fcb95b16e3..d94efc6e01 100644 --- a/languages/LanguageSl.php +++ b/languages/LanguageSl.php @@ -99,7 +99,7 @@ class LanguageSl extends LanguageUtf8 { # Convert from the nominative form of a noun to some other case # Invoked with {{GRAMMAR:case|word}} /** - * Cases: rodilnik, dajalnik, tožilnik, orodnik, mestnik + * Cases: rodilnik, dajalnik, tožilnik, mestnik, orodnik */ function convertGrammar( $word, $case ) { global $wgGrammarForms; -- 2.20.1