Changeset 33059


Ignore:
Timestamp:
02/15/15 21:07:51 (8 years ago)
Author:
Stephan
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/settings_autostart.h

    r33031 r33059  
    574574        {
    575575                node->type = CHOICEBOX;
    576                 changetext(node, _("samba server")); changename(node, "sambaserver");
     576                changetext(node, _("Samba Server")); changename(node, "sambaserver");
    577577                addchoicebox(node, "n", _("no")); addchoicebox(node, "y", _("yes"));
    578578                setchoiceboxselection(node, getownconfig(node->name));
Note: See TracChangeset for help on using the changeset viewer.