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 593577 - Possible typo in schemas file
Possible typo in schemas file
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: housekeeping
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-30 18:31 UTC by Baris Cicek
Modified: 2010-10-14 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Baris Cicek 2009-08-30 18:31:02 UTC
Following text in shema file has a possible typo. 

#: ../data/apps_gnome_settings_daemon_housekeeping.schemas.in.h:2
msgid "Free space no notify threshold"


"no" after space has no meaning so possibly left there as a typo. 

Even if it's not this sentence has no meaning in such a way.
Comment 1 Jens Granseuer 2009-08-31 20:00:21 UTC
Well. It sort of does have a meaning. It's the threshold up to which you get no notifications, therefore "no-notify threshold". Now, I'll concede it certainly isn't the best wording ever, and I'll gladly accept better proposals (after the freeze break).
Comment 2 Bastien Nocera 2010-10-14 15:15:31 UTC
commit cdce93b873cfbb8fd82d3272464ec148ba3e7b4d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 14 16:13:53 2010 +0100

    schemas: Fix something that looks like a typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593577

-      <_summary>Free space no notify threshold</_summary>
+      <_summary>Free space notify threshold</_summary>

The description explains this in more details anyway, and a threshold goes both ways :)