Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Sun, 22 Dec 2024 19:10:24 UTC Commit: 2e8456a00fffc00a128a184c4b5a966848a0b4d0 https://github.com/geany/geany/commit/2e8456a00fffc00a128a184c4b5a966848a0b4...
Log Message: ----------- Merge pull request #4149 from techee/date_dialog_width
Make the label in custom date format dialog shorter
Modified Paths: -------------- src/ui_utils.c
Modified: src/ui_utils.c 3 lines changed, 1 insertions(+), 2 deletions(-) =================================================================== @@ -724,8 +724,7 @@ static void insert_date(GeanyDocument *doc, gint pos, const gchar *date_style) else { gchar *str = dialogs_show_input(_("Custom Date Format"), GTK_WINDOW(main_widgets.window), - _("Enter here a custom date and time format. " - "For a list of available conversion specifiers see https://docs.gtk.org/glib/method.DateTime.format.html."), + _("Custom date format (see https://docs.gtk.org/glib/method.DateTime.format.html):"), ui_prefs.custom_date_format); if (str) SETPTR(ui_prefs.custom_date_format, str);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).