diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/po/DrakX.pot | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot index a8df498f8..cbcffe9a6 100644 --- a/perl-install/share/po/DrakX.pot +++ b/perl-install/share/po/DrakX.pot @@ -17483,7 +17483,7 @@ msgstr "" msgid "" "Welcome to the UPS configuration utility.\n" "\n" -"Here, you'll be add a new UPS to your system.\n" +"Here, you'll add a new UPS to your system.\n" "" msgstr "" diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index d81153961..d2acd5989 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -71,7 +71,7 @@ sub add_device_wizard { welcome => { name => N("Welcome to the UPS configuration utility. -Here, you'll be add a new UPS to your system.\n"), +Here, you'll add a new UPS to your system.\n"), no_back => 1, next => 'method' }, |