From 45467bbfaf202020864eaba10c66d2f3339c2ba9 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Mon, 4 Feb 2008 10:05:17 -0600 Subject: Refer correctly to various encrypted block devs as "devices", not "partitions". --- text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'text.py') diff --git a/text.py b/text.py index 000c4d836..f444963c3 100644 --- a/text.py +++ b/text.py @@ -272,8 +272,8 @@ class MainExceptionWindow: class PassphraseEntryWindow: def __init__(self, screen, device): self.screen = screen - self.txt = _("Partition %s is encrypted. In order to " - "access the partition's contents during " + self.txt = _("Device %s is encrypted. In order to " + "access the device's contents during " "installation you must enter the device's " "passphrase below.") % (device,) self.rc = None -- cgit