[rhinstaller/anaconda/pulls/410 f23-branch] Warn user before using Delete all (#1183880)

jkonecny12 installerbot-noreply at redhat.com
Mon Oct 19 11:37:33 UTC 2015


> @@ -383,9 +383,13 @@ def refresh(self, mountpoint, device, rootName, snapshots=False):
>  
>          if rootName and "_" in rootName:
>              rootName = rootName.replace("_", "__")
> +        delete_all_text = (C_("GUI|Custom Partitioning|Confirm Delete Dialog",
> +                               "Delete _all other file systems in the %s root as well.") +
> +                           "\n" +
> +                           C_("GUI|Custom Partitioning|Confirm Delete Dialog",
> +                               "(This includes those used by other installed operating systems.)"))

> What about This includes those used also by other installed operating systems.? Without the word also or something similar it sounds like it will delete all partitions from all operating systems.

"... those also used by ..." sounds a bit better to me but is it grammatically correct?

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/410#discussion_r42361016


More information about the anaconda-patches mailing list