diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-03 17:59:42 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-03 17:59:42 +0000 |
commit | e947bc2a5580a866118e15dfcbc8880591393da0 (patch) | |
tree | 6f96e44e71e7067f4ae6ad4f8a6df7cd0270313b /textw | |
parent | 3e5de1d17e2dda7d3e67e5749028b3562c1ae59c (diff) | |
download | anaconda-e947bc2a5580a866118e15dfcbc8880591393da0.tar.gz anaconda-e947bc2a5580a866118e15dfcbc8880591393da0.tar.xz anaconda-e947bc2a5580a866118e15dfcbc8880591393da0.zip |
moved warning text translation
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partitioning_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partitioning_text.py b/textw/partitioning_text.py index 820dffdbf..7fa789cdb 100644 --- a/textw/partitioning_text.py +++ b/textw/partitioning_text.py @@ -131,7 +131,7 @@ class AutoPartitionWindow: _("%s\n\nIf you don't want to do this, you can continue with " "this install by partitioning manually, or you can go back " "and perform a fully customized installation.") % - (todo.getPartitionWarningText(), ), + (_(todo.getPartitionWarningText()), ), [_("Continue"), _("Manually partition")], buttons = basicButtons, default = _("Continue"), help = "confirmautopart") |