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 566676 - There should not be any "gtk-ok", "gtk-cancel" etc. string in .pot
There should not be any "gtk-ok", "gtk-cancel" etc. string in .pot
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: File Transfer
2.25.x
Other All
: Normal minor
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2009-01-05 20:42 UTC by Lucas Lommer
Modified: 2009-01-23 11:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Changes to fix this issue (2.11 KB, patch)
2009-01-06 11:18 UTC, Lucas Lommer
committed Details | Review

Description Lucas Lommer 2009-01-05 20:42:20 UTC
Please describe the problem:
It seems there are strings like "gtk-ok" or "gtk-cancel" in empathy .pot file. Andre says this should not be, I didn't find any related docs on gnome resources but I wish andre's right.

See http://l10n.gnome.org/POT/empathy.HEAD/empathy.HEAD.cs.po

Maybe not just FT module bug.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
#: ../src/empathy-ft-manager.glade.h:3
msgid "gtk-clear"

#: ../src/empathy-import-dialog.glade.h:2
msgid "gtk-cancel"

#: ../src/empathy-import-dialog.glade.h:3
msgid "gtk-ok"
Comment 1 André Klapper 2009-01-05 20:50:09 UTC
<property name="label" translatable="yes">gtk-cancel</property> 

Setting translatable="no" will fix this.
Comment 2 Lucas Lommer 2009-01-06 11:18:46 UTC
Created attachment 125845 [details] [review]
Changes to fix this issue
Comment 3 Xavier Claessens 2009-01-23 11:03:18 UTC
Thanks for your patch, committed.