GNOME Bugzilla – Bug 684669
incorrect message for preference dialog
Last modified: 2012-09-27 19:43:17 UTC
Created attachment 225030 [details] screenshot selecting "Edit" -> "Preferences" menu and "File Systems" tab, there is a message "Process Information shown in list:" in "Information Fields" section. it should be "File System Information shown in list:".
http://git.gnome.org/browse/gnome-system-monitor/commit/data/preferences.ui?id=1fa9f9bf0cb9be1918656ef0e3b8c7f14aca53ed http://git.gnome.org/browse/gnome-system-monitor/commit/src/procdialogs.cpp?id=c816f2488c2debb8007ecc7487b177e72b7bf0c2 in these commit, original message "File system i_nformation shown in list:" has been replaced by "Process i_nformation shown in list:". patch follows: diff --git a/data/preferences.ui b/data/preferences.ui index 68371f7..eb13987 100644 --- a/data/preferences.ui +++ b/data/preferences.ui @@ -639,7 +639,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Process i_nformation shown in list:</property> + <property name="label" translatable="yes">File system i_nformation shown in list:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">processes_columns_treeview</property> </object>
Thanks for spotting it, I'm on it.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.