msgfmt does not use -c
svn: r1434
This commit is contained in:
parent
564be1dc34
commit
62360852a9
@ -653,7 +653,7 @@
|
||||
<child>
|
||||
<widget class="button" id="button97">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Make the home person the active person</property>
|
||||
<property name="tooltip" translatable="yes">Make the Home Person the active person</property>
|
||||
<property name="label" translatable="yes">Home</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="stock_pixmap">gtk-home</property>
|
||||
|
@ -20,4 +20,4 @@ uninstall-local:
|
||||
SUFFIXES = .po .mo
|
||||
|
||||
.po.mo:
|
||||
${MSGFMT} -v -c $< -o $@
|
||||
${MSGFMT} -v $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user