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

vpodzime installerbot-noreply at redhat.com
Mon Oct 19 13:23:48 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.)"))

> How about "This includes those shared with other installed operating systems."

Sounds best to me.

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


More information about the anaconda-patches mailing list