Skip to content

Commit

Permalink
Add missing translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou authored and aurelienpierre committed Jul 15, 2024
1 parent 68bf57f commit 539384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/import.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ static void _set_test_path(dt_lib_import_t *d, dt_image_t *img)
const gboolean duplicate = dt_conf_get_bool("ui_last/import_copy");
if(!duplicate)
{
gtk_label_set_text(GTK_LABEL(d->test_path), g_strdup_printf("No copy."));
gtk_label_set_text(GTK_LABEL(d->test_path), g_strdup_printf(_("No copy.")));
return;
}

Expand Down

0 comments on commit 539384a

Please sign in to comment.