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 614280 - "the user is" is missing in a message
"the user is" is missing in a message
Status: RESOLVED FIXED
Product: gnome-user-share
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-user-share maintainers
gnome-user-share maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-29 18:32 UTC by Marcel Telka
Modified: 2012-08-03 20:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Miscellaneous string fixes (2.62 KB, patch)
2010-04-25 21:13 UTC, Philip Withnall
committed Details | Review

Description Marcel Telka 2010-03-29 18:32:29 UTC
I'd suggest to add words "the user is" to the following message:


#: ../data/desktop_gnome_file_sharing.schemas.in.h:1
msgid ""
"If this is true, Bluetooth devices can send files to the user's Downloads "
"directory when logged in."
msgstr ""



After the addition the message would read:

"If this is true, Bluetooth devices can send files to the user's Downloads "
"directory when the user is logged in."




The reason for the request is to have consistent messages. See following two examples:



#: ../data/desktop_gnome_file_sharing.schemas.in.h:2
msgid ""
"If this is true, the Public directory in the users home directory will be "
"shared over Bluetooth when the user is logged in."
msgstr ""

#: ../data/desktop_gnome_file_sharing.schemas.in.h:3
msgid ""
"If this is true, the Public directory in the users home directory will be "
"shared over the network when the user is logged in."
msgstr ""
Comment 1 Philip Withnall 2010-04-25 21:13:53 UTC
Created attachment 159552 [details] [review]
Miscellaneous string fixes

Here's a patch which fixes this problem, plus the problem from bug #616428, as well as adding some missing apostrophes.
Comment 2 Felix Möller 2012-07-31 09:46:33 UTC
This looks good, could somebody please apply.
Comment 3 Philip Withnall 2012-08-03 20:08:00 UTC
Comment on attachment 159552 [details] [review]
Miscellaneous string fixes

commit 7ef376ece6f2830fd0f2cf961235e91426a9ebf6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 25 22:10:14 2010 +0100

    Miscellaneous string fixes
    
    Some minor string fixes.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=614280
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=616428

 data/desktop_gnome_file_sharing.schemas.in |    6 +++---
 src/share-extension.c                      |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)