summaryrefslogtreecommitdiffstats
path: root/partitions.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-08-07 13:48:56 -0400
committerChris Lumens <clumens@redhat.com>2008-08-08 13:30:56 -0400
commit0d163cc17cfd73682949336fdb1de215bcd622d6 (patch)
tree293b5d62dfc31b2e8e6cb50559fb98b6bfbdf02c /partitions.py
parentbd2a574bbafeb946a053b2cdc20bb2f8dea1b9ea (diff)
downloadanaconda-0d163cc17cfd73682949336fdb1de215bcd622d6.tar.gz
anaconda-0d163cc17cfd73682949336fdb1de215bcd622d6.tar.xz
anaconda-0d163cc17cfd73682949336fdb1de215bcd622d6.zip
Fix a string typo.
Diffstat (limited to 'partitions.py')
-rw-r--r--partitions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.py b/partitions.py
index 8b20bed41..8fc6a75fc 100644
--- a/partitions.py
+++ b/partitions.py
@@ -114,7 +114,7 @@ def partitioningComplete(anaconda):
_("The partitioning options you have selected "
"will now be written to disk. Any "
"data on deleted or reformatted partitions "
- "will be lost"),
+ "will be lost."),
type = "custom", custom_icon="warning",
custom_buttons=[_("Go _back"),
_("_Write changes to disk")],