diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/prefs-dialog.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-12-17 Christian Persch <chpe@cvs.gnome.org> + + * src/prefs-dialog.c: + + Fix name for "gd" language (Scots Gaelic). Fixes bug #161509. + 2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (show_downloader_cb), 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") }, |