After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 684669 - incorrect message for preference dialog
incorrect message for preference dialog
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-23 17:20 UTC by OKANO Takayoshi
Modified: 2012-09-27 19:43 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
screenshot (25.52 KB, image/png)
2012-09-23 17:20 UTC, OKANO Takayoshi
Details

Description OKANO Takayoshi 2012-09-23 17:20:44 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:".
Comment 1 OKANO Takayoshi 2012-09-24 03:43:12 UTC
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>
Comment 2 Robert Roth 2012-09-27 07:21:34 UTC
Thanks for spotting it, I'm on it.
Comment 3 Robert Roth 2012-09-27 19:43:17 UTC
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.