GNOME Bugzilla – Bug 563442
Don't split strings marked for translation
Last modified: 2010-04-21 07:07:28 UTC
Does that seem a good sentence for you? :) #: ../gnome_lirc_properties/backend.py:385 msgid "Make sure you keep pressing the <b>same</b> button and that you " That's what I see when the code looks like this: if line.startswith(self._token_wait_toggle_mask): self.RequestAction( _('Press a button repeatedly as fast as possible.'), _('Make sure you keep pressing the <b>same</b> button and that you ' + '<b>do not hold</b> the button down.\nWait a little between button ' + 'presses if you cannot see any progress.')) Please fix this and other similar messages. http://live.gnome.org/TranslationProject/DevGuidelines/Never%20split%20sentences
Ping
A patch would be welcome.
Created attachment 145754 [details] [review] Remove bad string concatenation I'm not really a programmer, so please check if this doesn't break anything.
I'm very sorry for ignoring your patch until now. This seems to have been fixed in the meantime, by putting the whole string on one line.