beautufy some strings

This commit is contained in:
Karl Eichwalder 1999-08-29 08:18:51 +00:00
parent 7078197e40
commit 9ff5e8b976
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
1999-08-29 Karl Eichwalder <ke@suse.de>
* capplets/mime-type/mime-data.c: Add some missing dots in mesage
strings.
1999-08-28 Karl Eichwalder <ke@suse.de>
* capplets/theme-switcher/gui.c (make_main): Remove gettext marks.
1999-08-27 Elliot Lee <sopwith@redhat.com>
* control-center/capplet-widget-libs.c: If we're in a nest of main

View file

@ -249,7 +249,7 @@ make_main(void)
if (style->rc_style == NULL) {
/* FIXME - should really get this from X somehow */
/* for now we just assume default gtk font */
initial_font = g_strdup(_("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"));
initial_font = g_strdup("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*");
} else {
initial_font = style->rc_style->font_name;
}

View file

@ -249,7 +249,7 @@ make_main(void)
if (style->rc_style == NULL) {
/* FIXME - should really get this from X somehow */
/* for now we just assume default gtk font */
initial_font = g_strdup(_("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"));
initial_font = g_strdup("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*");
} else {
initial_font = style->rc_style->font_name;
}