diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-03 18:06:02 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-03 18:10:13 +0200 |
commit | 49a0a2936d9d2e64e75a2f45ed025ff2a9e4aa10 (patch) | |
tree | 835c52c771a65945138ad772384cad9ebc3941c7 | |
parent | 1985b78b693db7aeeed581be4a9d7f5aefb16744 (diff) | |
download | drakx-49a0a2936d9d2e64e75a2f45ed025ff2a9e4aa10.tar drakx-49a0a2936d9d2e64e75a2f45ed025ff2a9e4aa10.tar.gz drakx-49a0a2936d9d2e64e75a2f45ed025ff2a9e4aa10.tar.bz2 drakx-49a0a2936d9d2e64e75a2f45ed025ff2a9e4aa10.tar.xz drakx-49a0a2936d9d2e64e75a2f45ed025ff2a9e4aa10.zip |
remove useless translator advice
it's useless since commit 5ae47dfaae2d9098ce146b3acf5b105179791c52
-rwxr-xr-x | perl-install/standalone/draksound | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index bc3d1b32b..dc276ed40 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -47,7 +47,6 @@ if (my @devices = detect_devices::probe_category('multimedia/sound')) { } else { $in->ask_warn(N("No Sound Card detected!"), formatAlaTeX( - #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in"))); } |