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 722010 - Remove untranslatable 'foobar' from strings
Remove untranslatable 'foobar' from strings
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2014-01-11 20:00 UTC by Allison Karlitskaya (desrt)
Modified: 2014-01-13 08:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkBuilder file: unmark 'foobar' for translation (1.12 KB, patch)
2014-01-11 20:02 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-01-11 20:00:01 UTC
gnome-bluetooth has a very strange string marked for translation:

./settings.ui:        <property name="label" translatable="yes">Please enter the following PIN on 'Foobar':</property>

From an inspection of the code it appears that this string will never actually make it onto the screen, but it is marked for translation anyway.  That's putting translators into a pretty confusing situation.
Comment 1 Allison Karlitskaya (desrt) 2014-01-11 20:02:59 UTC
Created attachment 266027 [details] [review]
GtkBuilder file: unmark 'foobar' for translation

'Foobar' is just being used as a plateholder in the GtkBuilder file, so
unmark it for translation.
Comment 2 Bastien Nocera 2014-01-13 08:44:38 UTC
Review of attachment 266027 [details] [review]:

glade keeps re-marking those as translatable :/
Comment 3 Allison Karlitskaya (desrt) 2014-01-13 08:49:50 UTC
Attachment 266027 [details] pushed as 17a3073 - GtkBuilder file: unmark 'foobar' for translation