[nautilus] Cancelled should be spelled canceled in C locale
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Cancelled should be spelled canceled in C locale
- Date: Mon, 15 Aug 2016 19:39:09 +0000 (UTC)
commit e99c1639551af418c4787811c2787d297d9a2d39
Author: David King <amigadave amigadave com>
Date: Mon Aug 15 18:05:45 2016 +0200
Cancelled should be spelled canceled in C locale
src/nautilus-progress-info.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-progress-info.c b/src/nautilus-progress-info.c
index 4ae3b5d..0a4e0aa 100644
--- a/src/nautilus-progress-info.c
+++ b/src/nautilus-progress-info.c
@@ -293,7 +293,7 @@ set_details_in_thread (GTask *task,
GCancellable *cancellable)
{
if (!g_cancellable_is_cancelled (cancellable)) {
- nautilus_progress_info_set_details (info, _("Cancelled"));
+ nautilus_progress_info_set_details (info, _("Canceled"));
G_LOCK (progress_info);
info->cancel_at_idle = TRUE;
g_timer_stop (info->progress_timer);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]