From 2a8f2d62ca3d2479e840437a8fd43aa0bffae88f Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 11 Sep 2002 11:20:54 +0000 Subject: small text for translatators --- perl-install/standalone/draksplash | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 74ed91c6f..b748bfcdc 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -507,6 +507,7 @@ sub show_prev{ my ($file,$txt_tl_x,$txt_tl_y,$txt_width,$txt_height,$prog_tl_x,$prog_tl_y,$prog_width,$prog_height) = @_; $prev_window or ($prev_window = new Gtk::Window('toplevel') and $prev_window->set_policy( 0, 1, 1 ) ); +#-PO First %s is theme name, second %s (in parenthesis) is resolution $prev_window->set_title(_("%s BootSplash (%s) preview",$theme{'name'},$theme{'res'}{'res'})); $prev_pic = gtkcreate_png_pixbuf($file); $prev_pic->scale_simple($theme{'res'}{'w'},$theme{'res'}{'h'},0); -- cgit v1.2.1