From 15801ec450036918e6db1f66f36931eb48c212ed Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 17 Dec 2014 15:21:12 +0100 Subject: Add translator comment to clarify 'open files' is no action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Taken from GSM commit: 2436bc9ea02516ad5fa69f476fd3b48b32108404 From: Chris Kühl Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=423088 --- src/interface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interface.cpp') diff --git a/src/interface.cpp b/src/interface.cpp index 96cafa7..39de2d9 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -77,6 +77,7 @@ static const GtkActionEntry menu_entries[] = { "MemoryMaps", NULL, N_("_Memory Maps"), "M", N_("Open the memory maps associated with a process"), G_CALLBACK (cb_show_memory_maps) }, + // Translators: this means 'Files that are open' (open is no verb here { "OpenFiles", NULL, N_("Open _Files"), "F", N_("View the files opened by a process"), G_CALLBACK (cb_show_open_files) }, -- cgit v1.2.1