aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/prefs-dialog.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e7a32444..a46f38ee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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") },