2005-10-16 [colin] 1.9.15cvs61
[claws.git] / src / prefs_themes.c
index 947612f6c12b72a46f1e9707ccee04635091d1e4..c5d38a3e8978f17a1f09650b6162ce3c284c501e 100644 (file)
@@ -685,7 +685,7 @@ static void prefs_themes_get_theme_info(ThemesData *tdata)
        
        if (IS_INTERNAL_THEME(path)) {
                info->name = g_strdup(_("Default internal theme"));
-               info->author = g_strdup(_("The Sylpheed Claws Team"));
+               info->author = g_strdup(_("The Sylpheed-Claws Team"));
                info->url = g_strdup(HOMEPAGE_URI);
                info->status = g_strdup_printf(_("Internal theme has %d icons"), N_STOCK_PIXMAPS);
        }