GNOME Bugzilla – Bug 566676
There should not be any "gtk-ok", "gtk-cancel" etc. string in .pot
Last modified: 2009-01-23 11:03:18 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"
<property name="label" translatable="yes">gtk-cancel</property> Setting translatable="no" will fix this.
Created attachment 125845 [details] [review] Changes to fix this issue
Thanks for your patch, committed.