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 100052 - "directory" should be "folder" in gnome-screenshot
"directory" should be "folder" in gnome-screenshot
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: screenshot
trunk
Other All
: Normal minor
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-12-01 15:57 UTC by Christian Rose
Modified: 2006-04-23 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot which shows where the strings are been shown (135.11 KB, image/png)
2004-01-16 13:13 UTC, Dennis Smit
  Details
patch (1.64 KB, patch)
2005-02-09 23:30 UTC, Kjartan Maraas
none Details | Review

Description Christian Rose 2002-12-01 15:57:12 UTC
#: gnome-panel/gnome-desktop-item-edit.c:27
msgid "Create new file in the given directory"

#: gnome-panel/gnome-panel-screenshot.c:236
#: gnome-panel/gnome-panel-screenshot.c:742
#, c-format
msgid ""
"Unable to create the file:\n"
"\"%s\"\n"
"Please check your permissions of the parent directory"

#: gnome-panel/gnome-panel-screenshot.schemas.in.h:1
msgid ""
"The user's directory in which screenshots should be saved so as to appear on "
"the web."

#: gnome-panel/gnome-panel-screenshot.schemas.in.h:2
msgid "Web directory."

#: gnome-panel/menu.c:1039
#, c-format
msgid "Could not get directory name from path: %s"



I think the recommended GNOME glossary terminology in many (or even all?)
of these cases is "folder".

http://developer.gnome.org/documents/style-guide/apas05.html
Comment 1 Mark McLoughlin 2002-12-01 18:33:03 UTC
hmm, I'm kinda confused about the folder/directory definitions and how
to apply them to the above cases.

The word directory in each of those strings does not refer to "A
representation of a directory in a graphical program", so I think
using "directory" and not "folder" makes sense.

Pat, could you clarify ? Thanks.
Comment 2 Patrick Costello 2002-12-02 14:06:52 UTC
Eugene - you are closer to the panel documentation than I am. Can you
look at the folder/directory situation please? 

Thanks, Pat
Comment 3 Murray Cumming 2003-06-23 14:20:24 UTC
Do these strings even exist anymore? I do know how to see "The user's
directory in which screenshots should be saved so as to appear on the
web." Nor can I imagine what the panel has to do with the web.
Comment 4 Eugene O'Connor 2003-07-15 10:57:10 UTC
Mark, if you can provide a little more information on when the user
sees these strings, I'll be happy to help.
Comment 5 Dennis Smit 2004-01-16 13:13:23 UTC
Created attachment 23438 [details]
Screenshot which shows where the strings are been shown
Comment 6 Dennis Smit 2004-01-16 13:15:45 UTC
The 
#: gnome-panel/menu.c:1039
#, c-format
msgid "Could not get directory name from path: %s"

string is been shown in a g_warning so it's not an user treat:

        dir = g_path_get_dirname (sim->item_loc);
        if (dir == NULL) {
                g_warning (_("Could not get directory name from path:
%s"),
                          sim->item_loc);
                g_free (file);
                return;
        }

in file: gnome-panel/menu.c



This is all from CVS so the strings are still there, what will we do ?
Comment 7 Vincent Untz 2004-12-19 15:56:12 UTC
The string in gnome-desktop-item-edit appears on the command line (when showing
the help), so I don't think this is a problem (and gnome-desktop-item-edit will
be killed asap).

The only other strings that are still showing this are in gnome-screenshot (it
still uses "directory"). Reassigning.
Comment 8 Kjartan Maraas 2005-02-09 23:30:33 UTC
Created attachment 37269 [details] [review]
patch
Comment 9 Vincent Noel 2005-12-02 16:28:45 UTC
Jonathan, is that ok to commit ?
Comment 10 Emmanuele Bassi (:ebassi) 2006-04-23 18:23:02 UTC
Fixed in HEAD

2006-04-23  Emmanuele Bassi  <ebassi@cvs.gnome.org>

        * screenshot-dialog.c:
        * screenshot-save.c: Use 'Folder' in place of 'Directory'
        for consistency with the naming policy (closes bug #100052)