[gnome-usage] storage-row: Fix typo
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-usage] storage-row: Fix typo
- Date: Fri, 6 Apr 2018 08:27:17 +0000 (UTC)
commit 6057bc8fcb4d522d132616009b5a4d837274389d
Author: Aditya <manglik aditya gmail com>
Date: Wed Mar 7 23:51:36 2018 +0100
storage-row: Fix typo
Fixes inconsistent capitalization for "Trash".
Fixes #13.
src/storage-row.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/storage-row.vala b/src/storage-row.vala
index a10003a..2a705dd 100644
--- a/src/storage-row.vala
+++ b/src/storage-row.vala
@@ -274,7 +274,7 @@ namespace Usage
section.append (_("Move to"), "row.move");
menu.append_section (null, section);
section = new GLib.Menu ();
- section.append (_("Move to trash"), "row.move-to-trash");
+ section.append (_("Move to Trash"), "row.move-to-trash");
section.append (_("Delete"), "row.delete");
menu.append_section (null, section);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]