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 325880 - Mismatching strings in the GUI and in the manual
Mismatching strings in the GUI and in the manual
Status: RESOLVED FIXED
Product: gnome-schedule
Classification: Other
Component: general
1.0.0
Other Linux
: Normal normal
: ---
Assigned To: GNOME Schedule Maintainers
GNOME Schedule Maintainers
Depends on:
Blocks: 325978
 
 
Reported: 2006-01-05 15:52 UTC by Gaute Hope
Modified: 2006-05-22 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (852 bytes, patch)
2006-01-06 19:44 UTC, Jeff Schroeder
committed Details | Review

Description Gaute Hope 2006-01-05 15:52:21 UTC
Daniele Medri <daniele@medri.org>:

- in the job creation dialog, there is a "Description" field when in the
main window list it appear as "Title"

gaute:
I would imagine this is mentioned with different names all around gnome-schedule, also check the code and the keys in gconf.
Comment 1 Gaute Hope 2006-01-05 15:54:39 UTC
In the last paragraph i was talking about the template/preset changing.

Daniele also mentioned:
- i found a label "Preset" (italian translation) but in your help doc
appear "Template";
Comment 2 Jeff Schroeder 2006-01-06 19:42:19 UTC
Unified diff to fix this small text issue:
--- gnome-schedule.new/src/mainWindow.py        2006-01-06 14:30:59.000000000 -0500
+++ gnome-schedule.orig/src/mainWindow.py       2006-01-06 14:27:13.000000000 -0500
@@ -348,7 +348,7 @@
                        col.set_resizable (True)
                        self.treeview.append_column(col)

-                       col = gtk.TreeViewColumn(_("Description"), gtk.CellRendererText(), text=0)
+                       col = gtk.TreeViewColumn(_("Title"), gtk.CellRendererText(), text=0)
                        col.set_resizable (True)
                        self.treeview.append_column(col)

@@ -373,7 +373,7 @@
                        col.set_expand (True)
                        self.treeview.append_column(col)

-                       col = gtk.TreeViewColumn(_("Description"), gtk.CellRendererText(), text=0)
+                       col = gtk.TreeViewColumn(_("Title"), gtk.CellRendererText(), text=0)
                        col.set_resizable (True)
                        self.treeview.append_column(col)
Comment 3 Jeff Schroeder 2006-01-06 19:44:25 UTC
Created attachment 56874 [details] [review]
Patch

That first try didn't paste so well into bugzilla. This will alleviate that problem.
Comment 4 Gaute Hope 2006-01-07 09:28:42 UTC
I think we should rather change the help page, title is a good name. or what?
Comment 5 Gaute Hope 2006-01-07 09:31:38 UTC
Arr.. nevermind that, you are right.. thinking of another bug.. too tired..
Comment 6 Gaute Hope 2006-01-07 09:35:18 UTC
Applied. The mismatching strings in the manual remains.
Comment 7 Gaute Hope 2006-05-22 15:27:14 UTC
Template -> Preset in the english manual.