Skip to content

Commit

Permalink
Gettext some escaped fields. Thx to xanad
Browse files Browse the repository at this point in the history
  • Loading branch information
mavrothal committed Oct 10, 2015
1 parent 3214dfd commit 56bdcec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions woof-code/rootfs-skeleton/usr/local/petget/installpreview.sh
Expand Up @@ -157,19 +157,19 @@ export PREVIEW_DIALOG="<window title=\"$(gettext 'Puppy Package Manager: preinst
<frame>
<hbox>
<text><label>$(gettext 'If you would like more information about') '${TREE1}', $(gettext 'such as what it is for and the dependencies, this button will download and display detailed information:')</label></text>
<button><label>More info</label><action>/usr/local/petget/fetchinfo.sh ${TREE1} & </action></button>
<button><label>$(gettext 'More info')</label><action>/usr/local/petget/fetchinfo.sh ${TREE1} & </action></button>
</hbox>
</frame>
<hbox>
${DEPBUTTON}
<button>
<label>Install ${TREE1}${ONLYMSG}</label>
<label>$(gettext 'Install') ${TREE1}${ONLYMSG}</label>
<action>echo \"${TREE1}\" > /tmp/petget_installpreview_pkgname</action>
<action type=\"exit\">BUTTON_INSTALL</action>
</button>
<button>
<label>Download-only</label>
<label>$(gettext 'Download-only')</label>
<action type=\"exit\">BUTTON_PKGS_DOWNLOADONLY</action>
</button>
<button cancel></button>
Expand Down

0 comments on commit 56bdcec

Please sign in to comment.