summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2011-12-18 15:31:23 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-01-07 15:22:09 +0100
commitcacad9e8e34b4e8caac6bc8863a78734e08d9ee8 (patch)
treef597df55a30867215b4fb41bd4436ed609af6f12 /lib
parent1a182c77201d150230842504acc2ff2dfd49887b (diff)
downloadgnulib-cacad9e8e34b4e8caac6bc8863a78734e08d9ee8.tar.gz
quotearg: fix Wikipedia link
* lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia.
Diffstat (limited to 'lib')
-rw-r--r--lib/quotearg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c
index bfdf3b1e53..60b399e5ab 100644
--- a/lib/quotearg.c
+++ b/lib/quotearg.c
@@ -273,7 +273,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize,
and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
If you don't know what to put here, please see
- <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
+ <http://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
and use glyphs suitable for your language. */
left_quote = gettext_quote (N_("`"), quoting_style);
right_quote = gettext_quote (N_("'"), quoting_style);