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 325124 - whitespace marked for translation
whitespace marked for translation
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2005-12-28 10:47 UTC by André Klapper
Modified: 2013-09-13 00:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (6.14 KB, patch)
2006-07-13 12:26 UTC, André Klapper
none Details | Review

Description André Klapper 2005-12-28 10:47:44 UTC
#: ../mail/mail-config.glade.h:1 ../mail/mail-dialogs.glade.h:1
#: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:1
#: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:1
msgid "    "

same here:
#: ../designs/read_receipts/read.glade
<property name="label" translatable="yes">      </property>


so what shall that be? if this is not visible, mark it as not-translatable.

it's as stupid as putting "dialog1" there instead (dialog 306118).
same with
  <property name="title" translatable="yes">window1</property>
e.g. in /calendar/gui/e-itip-control.glade
Comment 1 André Klapper 2006-07-13 12:26:17 UTC
Created attachment 68861 [details] [review]
patch

designs/read_receipts/read.glade is fixed as bug 339411.
Comment 2 André Klapper 2006-07-13 12:29:14 UTC
committed the patch to head and corrected the last change log entry from widgets to widgets/menus/ .

closing as fixed.