diff options
Diffstat (limited to 'includes/language.inc')
-rw-r--r-- | includes/language.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/language.inc b/includes/language.inc index 866947ea3..45fbf9c62 100644 --- a/includes/language.inc +++ b/includes/language.inc @@ -99,7 +99,7 @@ function language_from_browser() { } /** - * Rewrite URL's with language based prefix. Parameters are the same + * Rewrite URLs with language based prefix. Parameters are the same * as those of the url() function. */ function language_url_rewrite(&$path, &$options) { |