talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit e5ea6cbb7c9819a753b9f889e03a222d51717a22
parent 24ac69e58d357fc1c4c791e9eeaf10551f4424fc
Author: wwp <subscript@free.fr>
Date:   Mon, 24 Mar 2025 11:31:38 +0100

Review of UI strings: no ending dot in tooltips (much more to come)

Diffstat:
Msrc/plugins/rssyl/rssyl_feed_props.c | 4++--
Msrc/plugins/rssyl/rssyl_subscribe_gtk.c | 2+-
Msrc/prefs_filtering_action.c | 2+-
Msrc/prefs_folder_item.c | 2+-
Msrc/prefs_logging.c | 4++--
Msrc/prefs_other.c | 10+++++-----
6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/plugins/rssyl/rssyl_feed_props.c b/src/plugins/rssyl/rssyl_feed_props.c @@ -366,7 +366,7 @@ void rssyl_gtk_prop(RFolderItem *ritem) GTK_TOGGLE_BUTTON(feedprop->ignore_title_rename), ritem->ignore_title_rename); gtk_widget_set_tooltip_text(feedprop->ignore_title_rename, - _("Enable this to keep current folder name, even if feed author changes title of the feed.")); + _("Enable this to keep current folder name, even if feed author changes title of the feed")); /* Verify SSL peer certificate */ feedprop->ssl_verify_peer = gtk_check_button_new_with_label( @@ -509,7 +509,7 @@ void rssyl_gtk_prop(RFolderItem *ritem) gtk_widget_set_tooltip_text(feedprop->use_default_user_agent, _("Disable this to use a User Agent specific to this feed")); gtk_widget_set_tooltip_text(feedprop->specific_user_agent, - _("Specific User Agent to use for this feed. If empty, the User Agent string set in 'Preferences/Plugins/RSSyl' will be used")); + _("Specific User Agent to use for this feed. If empty, the User Agent string set in '/Configuration/Preferences/Plugins/RSSyl' will be used")); gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(hbox), feedprop->specific_user_agent, FALSE, FALSE, 0); gtk_widget_set_sensitive(feedprop->specific_user_agent, diff --git a/src/plugins/rssyl/rssyl_subscribe_gtk.c b/src/plugins/rssyl/rssyl_subscribe_gtk.c @@ -68,7 +68,7 @@ void rssyl_subscribe_dialog(RSubCtx *ctx) { gtk_entry_set_activates_default(GTK_ENTRY(title), TRUE); gtk_widget_set_tooltip_text(title, _("Instead of using official title, you can enter a different folder " - "name for the feed.")); + "name for the feed")); gtk_container_add(GTK_CONTAINER(titleframe), title); editprops = gtk_check_button_new_with_mnemonic(_("_Edit feed properties after subscribing")); diff --git a/src/prefs_filtering_action.c b/src/prefs_filtering_action.c @@ -904,7 +904,7 @@ static FilteringAction * prefs_filtering_action_dialog_to_action(gboolean alert) if (*destination == '\0') { if (alert) alertpanel_error(action_id == ACTION_EXECUTE - ? _("Command-line not set") + ? _("Command-line not set.") : _("Destination is not set.")); g_free(destination); return NULL; diff --git a/src/prefs_folder_item.c b/src/prefs_folder_item.c @@ -535,7 +535,7 @@ static void prefs_folder_item_general_create_widget_func(PrefsPage * page_, combobox_select_by_data(GTK_COMBO_BOX(promote_html_part), item->prefs->promote_html_part); - CLAWS_SET_TIP(hbox, _("\"Default\" will follow global preference (found in /Preferences/" + CLAWS_SET_TIP(hbox, _("\"Default\" will follow global preference (found in /Configuration/Preferences/" "Message View/Text Options)")); promote_html_part_rec_checkbtn = gtk_check_button_new(); diff --git a/src/prefs_logging.c b/src/prefs_logging.c @@ -175,7 +175,7 @@ static void prefs_logging_create_widget(PrefsPage *_page, GtkWindow *window, "The log is accessible from 'Tools/Filtering log'.\n" "Caution: enabling this option will slow down the filtering/processing, " "this might be critical when applying many rules upon thousands of " - "messages.")); + "messages")); vbox2_filtering_log = gtkut_get_options_frame(vbox1_filtering_log, &frame_filtering_log, _("Log filtering/processing when...")); @@ -240,7 +240,7 @@ static void prefs_logging_create_widget(PrefsPage *_page, GtkWindow *window, "rules are processed or skipped, and why all conditions " "are matched or not matched.\n" "Caution: the higher the level, the greater the " - "impact on performance.")); + "impact on performance")); hbox_clip_filtering_log = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 8); gtk_container_add (GTK_CONTAINER (vbox1_filtering_log), hbox_clip_filtering_log); diff --git a/src/prefs_other.c b/src/prefs_other.c @@ -443,7 +443,7 @@ static void prefs_other_create_widget(PrefsPage *_page, GtkWindow *window, vbox_metadata = gtkut_get_options_frame(vbox1, &frame_metadata, _("Metadata handling")); metadata_label = gtk_label_new(_("Safer mode asks the OS to write metadata to disk directly;\n" - "it avoids data loss after crashes but can take some time.")); + "it avoids data loss after crashes but can take some time")); gtk_label_set_xalign(GTK_LABEL(metadata_label), 0.0); gtk_label_set_yalign(GTK_LABEL(metadata_label), 0.0); gtk_box_pack_start (GTK_BOX (vbox_metadata), metadata_label, FALSE, FALSE, 0); @@ -491,7 +491,7 @@ static void prefs_other_create_widget(PrefsPage *_page, GtkWindow *window, _("Translate header names")); CLAWS_SET_TIP(checkbtn_transhdr, _("The display of standard headers (such as 'From:', 'Subject:') " - "will be translated into your language.")); + "will be translated into your language")); PACK_CHECK_BUTTON (vbox2, checkbtn_askonclean, _("Ask before emptying trash")); PACK_CHECK_BUTTON (vbox2, checkbtn_askonfilter, @@ -511,7 +511,7 @@ static void prefs_other_create_widget(PrefsPage *_page, GtkWindow *window, CLAWS_SET_TIP(checkbtn_use_shred, _("Use the 'shred' program to overwrite files with random data before " "deleting them. This slows down deletion. Be sure to " - "read shred's man page for caveats.")); + "read shred's man page for caveats")); PACK_CHECK_BUTTON (vbox2, checkbtn_real_time_sync, _("Synchronise offline folders as soon as possible")); @@ -530,7 +530,7 @@ static void prefs_other_create_widget(PrefsPage *_page, GtkWindow *window, _("By default attachments are saved with chmod value 600: " "readable and writeable by the user only. If this is too " "restrictive for you, set a chmod value here, otherwise leave " - "blank to use the default.")); + "blank to use the default")); gtk_widget_show(entry_attach_save_chmod); gtk_box_pack_start(GTK_BOX(hbox1), entry_attach_save_chmod, FALSE, FALSE, 0); if (prefs_common.attach_save_chmod) { @@ -550,7 +550,7 @@ static void prefs_other_create_widget(PrefsPage *_page, GtkWindow *window, CLAWS_SET_TIP(checkbtn_use_passphrase, _("If checked, your saved account passwords will be protected " "by a primary passphrase. If no primary passphrase is set, " - "you will be prompted to set one.")); + "you will be prompted to set one")); button_change_passphrase = gtk_button_new_with_label( _("Change primary passphrase"));