Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 11 Dec 2024 13:17:55 UTC Commit: 6840f130e68df9387369dfc3f203b53452b49627 https://github.com/geany/geany/commit/6840f130e68df9387369dfc3f203b53452b496...
Log Message: ----------- Make the label in custom date format dialog shorter
Fixes #3625.
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).