aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/search_for_locale_data_in_the_installed_location.mdwn')
-rw-r--r--doc/bugs/search_for_locale_data_in_the_installed_location.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn b/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn
index 0a2b1efea..dace2ca19 100644
--- a/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn
+++ b/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn
@@ -2,7 +2,7 @@ It seems like gettext only searches for locale information in /usr/share/locale,
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
- @@ -1057,6 +1057,7 @@ sub gettext { #{{{
+ @@ -1057,6 +1057,7 @@ sub gettext {
$gettext_obj=undef;
return shift;
}