You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
447 B
14 lines
447 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
|
|
<kcfg>
|
|
<kcfgfile name="tdeasciiquariumrc"/>
|
|
<group name="Settings">
|
|
<entry name="fishCount" type="Int">
|
|
<label>Amount of fish to have in the sea.</label>
|
|
<default>20</default>
|
|
<whatsthis>You can use this value to select the number of fish that will be
|
|
on screen at a given time.</whatsthis>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|