diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-17 21:40:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-17 21:40:19 +0800 |
commit | c5b4d13e2e64dd3e28de75b17f6a436f339d5dc2 (patch) | |
tree | da9cc293ad33127441c0764e10e8af2ca9762501 /src/prefs-dialog.c | |
parent | 02866b345342ac0e2691fa9498b4c4b150369fc1 (diff) | |
download | gsoc2013-epiphany-c5b4d13e2e64dd3e28de75b17f6a436f339d5dc2.tar.gz gsoc2013-epiphany-c5b4d13e2e64dd3e28de75b17f6a436f339d5dc2.tar.zst gsoc2013-epiphany-c5b4d13e2e64dd3e28de75b17f6a436f339d5dc2.zip |
Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.
2004-12-17 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c:
Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index abb93b47d..acf9d8ba3 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -297,7 +297,7 @@ languages [] = { "fo", N_("Faeroese") }, { "fr", N_("French") }, { "ga", N_("Irish") }, - { "gd", N_("Scottish") }, + { "gd", N_("Scots Gaelic") }, { "gl", N_("Galician") }, { "he", N_("Hebrew") }, { "hr", N_("Croatian") }, |