Don't mark a space as translatable

There is no point in translating a string that consists just
of a single space. Pointed out in

https://bugzilla.gnome.org/show_bug.cgi?id=706778
This commit is contained in:
Matthias Clasen 2013-08-30 23:44:04 -04:00
parent 395b7dba5a
commit 350569124d

View File

@ -4,7 +4,7 @@
<template class="GtkMessageDialog" parent="GtkDialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title" translatable="yes"> </property>
<property name="title"> </property>
<property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>