diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-19 11:44:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-19 11:44:24 +0000 |
commit | 66665733ccce96b13702ccc790892fb2708bae53 (patch) | |
tree | 77d092dda81c5952ba8c87e04413bfe8b2889bbe /perl-install | |
parent | 9cec0d2182acde870eadf40dda62aad35a86f5ce (diff) | |
download | drakx-backup-do-not-use-66665733ccce96b13702ccc790892fb2708bae53.tar drakx-backup-do-not-use-66665733ccce96b13702ccc790892fb2708bae53.tar.gz drakx-backup-do-not-use-66665733ccce96b13702ccc790892fb2708bae53.tar.bz2 drakx-backup-do-not-use-66665733ccce96b13702ccc790892fb2708bae53.tar.xz drakx-backup-do-not-use-66665733ccce96b13702ccc790892fb2708bae53.zip |
add hint for translators (cooker-i18n request)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakvpn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 9bb40f40f..d5aef0e7b 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -689,7 +689,8 @@ You can now : - edit \t\t\t (modify parameters of an existing section) - remove \t\t (remove an existing section) - commit \t\t (writes the changes to the real file)"), - [ N_("Display"), N_("Add"), N_("Edit"), N_("Remove"), N_("Commit") ]) or goto step_configuration; + [ #-PO: here "display" is a verb, not a noun + N_("Display"), N_("Add"), N_("Edit"), N_("Remove"), N_("Commit") ]) or goto step_configuration; #- display $racoon_conf ------------------------- |