Correct translatable property value of Save As. Fixes #473810.
2007-09-09 Claude Paroz <claude@2xlibre.net> * data/appearance.glade: Correct translatable property value of Save As. Fixes #473810. svn path=/trunk/; revision=8075
This commit is contained in:
parent
dc2f0dd395
commit
5da914160e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-09-09 Claude Paroz <claude@2xlibre.net>
|
||||
|
||||
* data/appearance.glade: Correct translatable property value of Save As.
|
||||
Fixes #473810.
|
||||
|
||||
2007-09-01 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gedit-message-area.c: (gedit_message_area_init): sync with upstream
|
||||
|
|
|
@ -743,7 +743,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="label" translatable="true">Save _As...</property>
|
||||
<property name="label" translatable="yes">Save _As...</property>
|
||||
<property name="sensitive">False</property>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Reference in a new issue