diff options
author | Bill Nottingham <notting@redhat.com> | 2002-07-18 02:15:02 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-07-18 02:15:02 +0000 |
commit | 5ed9632421a2552914cb3abe658ccfbd3dcc48f5 (patch) | |
tree | 5fc09c526636cb960aceb3763a6b28ad7303f70f /iw | |
parent | 18da17dbea6d2dadff662c75fc37d6817e6a4251 (diff) | |
download | anaconda-5ed9632421a2552914cb3abe658ccfbd3dcc48f5.tar.gz anaconda-5ed9632421a2552914cb3abe658ccfbd3dcc48f5.tar.xz anaconda-5ed9632421a2552914cb3abe658ccfbd3dcc48f5.zip |
add period (#69122)
Diffstat (limited to 'iw')
-rw-r--r-- | iw/lvm_dialog_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py index 130fc7a64..10332644e 100644 --- a/iw/lvm_dialog_gui.py +++ b/iw/lvm_dialog_gui.py @@ -548,7 +548,7 @@ class VolumeGroupEditor: self.intf.messageWindow(_("Not enough space"), _("The current requested size " "(%10.2f MB) is larger than maximum " - "logical volume size (%10.2f MB) " + "logical volume size (%10.2f MB). " "To increase this limit you can " "increase the Physical Extent size " "for this Volume Group."), custom_icon="error") |