220 |
if (reg_prefs.always_trust) { |
if (reg_prefs.always_trust) { |
221 |
msg_box (dlg, |
msg_box (dlg, |
222 |
_("In most cases it is not a good idea to enable this setting.\n" |
_("In most cases it is not a good idea to enable this setting.\n" |
223 |
"If you know what you are doing let this flag enabled, otherwise\n" |
"If you know what you are doing, you can enable this flag, otherwise\n" |
224 |
"it is safe to leave this flag untouched."), |
"it is safe to leave this flag untouched."), |
225 |
_("Preferences"), MB_ICONWARNING|MB_OK); |
_("Preferences"), MB_ICONWARNING|MB_OK); |
226 |
} |
} |