1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

progress-info: harmonize spelling

This commit is contained in:
Alexandre Franke 2024-06-19 10:25:23 +02:00 committed by Khalid Abu Shawarib
parent 054ad3f049
commit 4fd70e94a0

View File

@ -372,7 +372,7 @@ on_canceled (GCancellable *cancellable,
NautilusProgressInfo *info)
{
G_LOCK (progress_info);
set_details (info, _("Canceled"));
set_details (info, _("Cancelled"));
info->cancel_at_idle = TRUE;
g_timer_stop (info->progress_timer);
queue_idle (info, TRUE);