I18n: Translate a single custom report in quit dialog
Reported by Ye Gui in #43295.
This commit is contained in:
committed by
Bastien Montagne
parent
22f339037a
commit
30ee6a27df
@@ -4786,7 +4786,7 @@ static uiBlock *block_create__close_file_dialog(bContext *C, ARegion *region, vo
|
||||
/* Modified Images Checkbox. */
|
||||
if (modified_images_count > 0) {
|
||||
char message[64];
|
||||
SNPRINTF(message, "Save %u modified image(s)", modified_images_count);
|
||||
SNPRINTF(message, RPT_("Save %u modified image(s)"), modified_images_count);
|
||||
/* Only the first checkbox should get extra separation. */
|
||||
if (!has_extra_checkboxes) {
|
||||
layout->separator();
|
||||
|
||||
Reference in New Issue
Block a user