mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
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:
parent
395b7dba5a
commit
350569124d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user