update internationalization data
[goodguy/history.git] / cinelerra-5.0 / cinelerra / aboutprefs.C
index db4513540fa8213fe2b0225aaef75bfb4eaf78c6..5439288ba8744890a7941c57e0c8c45c69c376ce 100644 (file)
@@ -92,7 +92,7 @@ void AboutPrefs::create_objects()
 
 //     y += get_text_height(MEDIUMFONT) * 3;
        set_font(LARGEFONT);
-       draw_text(x, y, "Contributors:");
+       draw_text(x, y, _("Contributors:"));
        y += get_text_height(LARGEFONT);
 
        credits.append(new BC_ListBoxItem("Richard Baverstock"));
@@ -140,7 +140,7 @@ void AboutPrefs::create_objects()
 
        set_font(LARGEFONT);
        set_color(resources->text_default);
-       draw_text(x, y, "License:");
+       draw_text(x, y, _("License:"));
        y += get_text_height(LARGEFONT);
 
        set_font(MEDIUMFONT);