There's also another long string in the plugin that makes the dialog wide: ``` _("<i>If you set the Instant Save directory to a directory " "which is not automatically cleared,\nyou will need to cleanup instantly saved files " "manually. The Instant Save plugin will not delete the created files.</i>")); ``` I think it could be simplified do something like this: ``` The plugin will not delete the files created in this directory. ``` (I think the rest of the message is kind of redundant.)