Lines Matching refs:secondary_text

93                             const gchar *secondary_text)  in set_info_bar_text_and_icon()  argument
123 if (secondary_text != NULL) in set_info_bar_text_and_icon()
125 secondary_markup = g_strdup_printf ("<small>%s</small>", secondary_text); in set_info_bar_text_and_icon()
142 const gchar *secondary_text, in create_io_loading_error_info_bar() argument
150 set_info_bar_text_and_icon (info_bar, "dialog-error-symbolic", primary_text, secondary_text); in create_io_loading_error_info_bar()
376 const gchar *secondary_text, in create_conversion_error_info_bar() argument
428 if (secondary_text != NULL) in create_conversion_error_info_bar()
430 secondary_markup = g_strdup_printf ("<small>%s</small>", secondary_text); in create_conversion_error_info_bar()
631 const gchar *secondary_text; in xed_file_already_open_warning_info_bar_new() local
687 secondary_text = _("xed opened this instance of the file in a non-editable way. " in xed_file_already_open_warning_info_bar_new()
689 secondary_markup = g_strdup_printf ("<small>%s</small>", secondary_text); in xed_file_already_open_warning_info_bar_new()
718 const gchar *secondary_text; in xed_externally_modified_saving_error_info_bar_new() local
774 secondary_text = _("If you save it, all the external changes could be lost. Save it anyway?"); in xed_externally_modified_saving_error_info_bar_new()
775 secondary_markup = g_strdup_printf ("<small>%s</small>", secondary_text); in xed_externally_modified_saving_error_info_bar_new()
804 const gchar *secondary_text; in xed_no_backup_saving_error_info_bar_new() local
871 secondary_text = _("xed could not back up the old copy of the file before saving the new one. " in xed_no_backup_saving_error_info_bar_new()
874 secondary_markup = g_strdup_printf ("<small>%s</small>", secondary_text); in xed_no_backup_saving_error_info_bar_new()
1016 const gchar *secondary_text; in xed_externally_modified_info_bar_new() local
1041 secondary_text = _("Do you want to drop your changes and reload the file?"); in xed_externally_modified_info_bar_new()
1045 secondary_text = _("Do you want to reload the file?"); in xed_externally_modified_info_bar_new()
1054 set_info_bar_text_and_icon (info_bar, "dialog-warning-symbolic", primary_text, secondary_text); in xed_externally_modified_info_bar_new()
1074 const gchar *secondary_text; in xed_invalid_character_info_bar_new() local
1122 secondary_text = _("If you continue saving this file you can corrupt the document. " in xed_invalid_character_info_bar_new()
1124 secondary_markup = g_strdup_printf ("<small>%s</small>", secondary_text); in xed_invalid_character_info_bar_new()