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 611940 - Missing "space" in "Free percentage notify threshold" message
Missing "space" in "Free percentage notify threshold" message
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: housekeeping
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-05 20:13 UTC by Marcel Telka
Modified: 2010-10-19 16:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcel Telka 2010-03-05 20:13:00 UTC
It seems there is missing word "space" in the following message:

#: ../data/apps_gnome_settings_daemon_housekeeping.schemas.in.h:1
msgid "Free percentage notify threshold"
msgstr ""

I think the correct message should read:

"Free space percentage notify threshold"
Comment 1 Marcel Telka 2010-03-05 20:29:13 UTC
Here is similar message with the similar wording:

#: ../data/apps_gnome_settings_daemon_housekeeping.schemas.in.h:10
msgid "Subsequent free percentage notify threshold"
msgstr ""
Comment 2 Bastien Nocera 2010-10-19 16:30:25 UTC
(In reply to comment #0)
> It seems there is missing word "space" in the following message:
> 
> #: ../data/apps_gnome_settings_daemon_housekeeping.schemas.in.h:1
> msgid "Free percentage notify threshold"
> msgstr ""
> 
> I think the correct message should read:
> 
> "Free space percentage notify threshold"

That was changed in bug 593577 (to "Free space notify threshold").

comment 1 fixed in:

commit e08f023dc32b89a541439bbc3d2165510f545672
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 19 17:29:40 2010 +0100

    housekeeping: Fix missing "space" word in schema
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611940