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 327116 - One "plural-forms" bug left
One "plural-forms" bug left
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks: 116236
 
 
Reported: 2006-01-15 19:33 UTC by Slobodan D. Sredojevic
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (4.15 KB, patch)
2006-01-16 11:32 UTC, Frank Arnold
committed Details | Review

Description Slobodan D. Sredojevic 2006-01-15 19:33:23 UTC
Some "plural-forms" bugs in system-monitor were RESOLVED/FIXED in #106704. I believe there is one left (or introduced recently) and that is:

#: ../src/procdialogs.c:626 ../src/procdialogs.c:727 ../src/procdialogs.c:814
msgid "seconds"

(System Monitor Preferences --> Process, Resources and Device tab)

Can we join messages: "_Update interval" and "minutes" into:
msgid "_Update interval (in secunds):"?

Please note that string freeze for all 2.14.x releases starts on 13th February as stated at: http://live.gnome.org/TwoPointThirteen .

This is minor UI change also (and UI freeze is even earlier) and would help some language teams solve this "plural-forms" issue.
Comment 1 Frank Arnold 2006-01-16 11:32:57 UTC
Created attachment 57466 [details] [review]
Proposed patch

* changes labels ahead of spinbuttons to "_Update interval in seconds:"
* removes trailing "seconds"
* unifies accelerator for update interval settings
    - in devices tab "i" was used, but "u" is also available
    - "i" is problematic with some fonts, underscore width only one pixel
* makes spinbuttons not expanded
    - looks better, more usable, personal opinion
* reverts a change to smooth_button packing (vbox2 to hbox2)
    - only cosmetic, remains on seperate line
Comment 2 Benoît Dejean 2006-01-16 18:04:48 UTC
great ! Please commit and then close :)
Comment 3 Frank Arnold 2006-01-16 19:24:27 UTC
Committed. An announcement to gnome-i18n and gnome-doc-list went out too.