@techee commented on this pull request.
> +
+ gtk_widget_destroy(dialog);
+
+ return ret;
+}
+
+
+static void show_dialog_for_persistent_doc_tab_closing(
+ GeanyDocument *doc, const gchar *short_filename)
+{
+ gchar *msg, *old_file_path_locale;
+ const gchar *msg2;
+ gint response;
+
+ msg = g_strdup_printf(_("Untitled document %s is not saved."),
short_filename);
+ msg2 = _("Do you want to save it before closing?");
I'd maybe drop "before closing" because it sounds like that you just close it
and then can reopen it back - instead, the contents is just gone.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#pullrequestreview-2454937401
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>