[seahorse] common: Move translator comment to its proper place
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] common: Move translator comment to its proper place
- Date: Sat, 27 Jan 2018 16:53:19 +0000 (UTC)
commit 3acc64b8cbed9453523e0e8cde86a6fe4c3d9bcb
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Jan 27 17:52:16 2018 +0100
common: Move translator comment to its proper place
common/catalog.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/common/catalog.vala b/common/catalog.vala
index e762e1b..0690795 100644
--- a/common/catalog.vala
+++ b/common/catalog.vala
@@ -365,9 +365,9 @@ public abstract class Catalog : Gtk.Window {
{ "file-export", null, N_("E_xport…"), null,
N_("Export to a file"), on_key_export_file },
{ "edit-menu", null, N_("_Edit") },
- /*Translators: This text refers to deleting an item from its type's backing store*/
{ "edit-export-clipboard", null, N_("_Copy"), "<control>C",
N_("Copy to the clipboard"), on_key_export_clipboard },
+ /*Translators: This text refers to deleting an item from its type's backing store*/
{ "edit-delete", null, N_("_Delete"), null,
N_("Delete selected items"), on_object_delete },
{ "properties-object", null, N_("_Properties"), null,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]