X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=9784bf7ae00f666db1a8bf338b31a2bcec282c8a;hb=848e9dfc57a2db0255eb1adbd2c01c61fe26c4ed;hp=15165f164ff5f58b401d6d4dd02afd36239908f2;hpb=7fe8df6abd50d72bcfc86a6d559a6b13b5af3821;p=xboard.git diff --git a/xgamelist.c b/xgamelist.c index 15165f1..9784bf7 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -676,7 +676,7 @@ int SaveGameListAsText(FILE *f) int nItem; if( !glc || ((ListGame *) gameList.tailPred)->number <= 0 ) { - DisplayError("Game list not loaded or empty", 0); + DisplayError(_("Game list not loaded or empty"), 0); return False; } @@ -812,7 +812,7 @@ GameListOptionsCreate() XtSetArg(args[j], XtNresizable, True); j++; XtSetArg(args[j], XtNallowShellResize, True); j++; shell = gameListOptShell = - XtCreatePopupShell("Game-list options", transientShellWidgetClass, + XtCreatePopupShell(_("Game-list options"), transientShellWidgetClass, shellWidget, args, j); layout = XtCreateManagedWidget(layoutName, formWidgetClass, shell,