--- pyanaconda/iw/advanced_storage.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/iw/advanced_storage.py b/pyanaconda/iw/advanced_storage.py index 97b1d33..2b811f4 100644 --- a/pyanaconda/iw/advanced_storage.py +++ b/pyanaconda/iw/advanced_storage.py @@ -37,7 +37,7 @@ class iSCSICredentialsDialog(object): CRED_NONE = (0, _("No credentials (discovery authentication disabled)")) CRED_ONE = (1, _("CHAP pair")) CRED_BOTH = (2, _("CHAP pair and a reverse pair")) - CRED_REUSE = (3, _("Use the credentials from the discovery step.")) + CRED_REUSE = (3, _("Use the credentials from the discovery step")) def __init__(self): pass -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list