summaryrefslogtreecommitdiff
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-17 15:21:12 +0100
committerinfirit <[email protected]>2014-12-17 17:23:02 +0100
commit15801ec450036918e6db1f66f36931eb48c212ed (patch)
tree56d175d3903c71809ffd623c09ecbdff752dc566 /src/interface.cpp
parentb56028d2ed7b93f408b97d356d0ddb75e707b2d5 (diff)
downloadmate-system-monitor-15801ec450036918e6db1f66f36931eb48c212ed.tar.bz2
mate-system-monitor-15801ec450036918e6db1f66f36931eb48c212ed.tar.xz
Add translator comment to clarify 'open files' is no action
Taken from GSM commit: 2436bc9ea02516ad5fa69f476fd3b48b32108404 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=423088
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp1
1 files changed, 1 insertions, 0 deletions
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"), "<control>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"), "<control>F",
N_("View the files opened by a process"), G_CALLBACK (cb_show_open_files) },