<p>In <a href="https://github.com/geany/geany/pull/672#discussion_r41078138">src/document.c</a>:</p>
<pre style='color:#555'>> @@ -1545,6 +1564,21 @@ gboolean document_reload_force(GeanyDocument *doc, const gchar *forced_enc)
>    pos = sci_get_current_position(doc->editor->sci);
>    new_doc = document_open_file_full(doc, NULL, pos, doc->readonly, doc->file_type, forced_enc);
>  
> +  if (file_prefs.keep_edit_history_on_reload && file_prefs.show_keep_edit_history_on_reload_msg)
> +  {
> +          bar = document_show_message(doc, GTK_MESSAGE_INFO,
> +                                          on_keep_edit_history_on_reload_response,
> +                                          GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
> +                                          "Discard history", GTK_RESPONSE_NO,
> +                                          NULL, 0, "You can revert the buffer to the previous state "
</pre>
<p>It is one or two characters longer, but <em>much</em> more explicit.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/672/files#r41078138">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJyJv9apBcG5jE1r4DM8B9o2_Rk55ks5o3wnOgaJpZM4GHluE.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/672/files#r41078138"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>