diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-22 19:02:57 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-22 19:02:57 +0000 |
commit | 099685965e4e0ecd5fcef097069b7a41233a284d (patch) | |
tree | b101bc1467dcbae20fa9761654ac8474474713e0 /perl-install/standalone/draksplash | |
parent | bbc145d8c9badb1e65be9d22fe4fc282982973c9 (diff) | |
download | drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar.gz drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar.bz2 drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar.xz drakx-099685965e4e0ecd5fcef097069b7a41233a284d.zip |
English proofreading
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-x | perl-install/standalone/draksplash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 18d31b750..c1d7cd46c 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -87,8 +87,8 @@ my %first = ('frame' => new Gtk2::Frame(N("first step creation")), my %boot_conf_frame = ('frame' => new Gtk2::Frame(N("Configure bootsplash picture")), 'widget' => { 'label' => { - 'tx' => N("x coordinate of text box\nin number of character"), - 'ty' => N("y coordinate of text box\nin number of character"), + 'tx' => N("x coordinate of text box\nin number of characters"), + 'ty' => N("y coordinate of text box\nin number of characters"), 'tw' => N("text width"), 'th' => N("text box height"), 'px' => N("the progress bar x coordinate\nof its upper left corner"), |