Changeset 33031


Ignore:
Timestamp:
02/15/15 12:20:27 (8 years ago)
Author:
Stephan
Message:

more cleanup

Location:
titan/titan
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r33028 r33031  
    52455245                        buf = ostrcat(buf, _("Git Changelog"), 1, 0);
    52465246                else if(mode == 3)
    5247                         buf = ostrcat(buf, _("titan Log"), 1, 0);
     5247                        buf = ostrcat(buf, _("Titan Log"), 1, 0);
    52485248                else if(mode == 4)
    52495249                        buf = ostrcat(buf, _("Svn Changelog Full"), 1, 0);
  • titan/titan/hwtest.h

    r30844 r33031  
    366366                                                if(status == 1)
    367367                                                {
    368                                                         tmpstr1 = ostrcat(tmpstr1, _("Smartcard "), 1, 0);
     368                                                        tmpstr1 = ostrcat(tmpstr1, _("Smartcard"), 1, 0);
    369369                                                        tmpstr1 = ostrcat(tmpstr1, oitoa(smartcardcount), 1, 1);
    370                                                         tmpstr1 = ostrcat(tmpstr1, ": ", 1, 0);
     370                                                        tmpstr1 = ostrcat(tmpstr1, " : ", 1, 0);
    371371                                                        tmpstr1 = ostrcat(tmpstr1, _("Present"), 1, 0);
    372372                                                        tmpstr1 = ostrcat(tmpstr1, "\n", 1, 0);
  • titan/titan/settings_autostart.h

    r28594 r33031  
    6060                node->type = CHOICEBOX;
    6161                changetext(node, _("showip")); changename(node, "showip");
    62                 addchoicebox(node, "status", _("status")); addchoicebox(node, "ip", _("ip"));
     62                addchoicebox(node, "status", _("Status")); addchoicebox(node, "ip", _("ip"));
    6363                setchoiceboxselection(node, getownconfig(node->name));
    6464        }
Note: See TracChangeset for help on using the changeset viewer.