Changeset 33085


Ignore:
Timestamp:
02/16/15 20:01:08 (8 years ago)
Author:
Stephan
Message:

text cleanup

Location:
titan
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/panel/panel_settings_autostart.h

    r22120 r33085  
    6868                        node->type = CHOICEBOX;
    6969                        changetext(node, _("showip")); changename(node, "showip");
    70                         addchoicebox(node, "status", _("status")); addchoicebox(node, "ip", _("ip"));
     70                        addchoicebox(node, "status", _("Status")); addchoicebox(node, "ip", _("ip"));
    7171                        setchoiceboxselection(node, getownconfig(node->name));
    7272                }
     
    325325                {
    326326                        node->type = CHOICEBOX;
    327                         changetext(node, _("samba server")); changename(node, "sambaserver");
     327                        changetext(node, _("Samba Server")); changename(node, "sambaserver");
    328328                        addchoicebox(node, "n", _("no")); addchoicebox(node, "y", _("yes"));
    329329                        setchoiceboxselection(node, getownconfig(node->name));
  • titan/titan/adjust.h

    r32939 r33085  
    112112        addchoicebox(poweraktion, "2", _("Standby"));
    113113        addchoicebox(poweraktion, "3", _("Restart"));
    114         addchoicebox(poweraktion, "4", _("Gui Restart"));
     114        addchoicebox(poweraktion, "4", _("GUI Restart"));
    115115        setchoiceboxselection(poweraktion, getconfig("poweraktion", NULL));
    116116
  • titan/titan/httpdfunc.h

    r33031 r33085  
    39413941        else
    39423942                ostrcatbig(&buf, "<option value=\"4\">", &maxlen, &pos);
    3943         ostrcatbig(&buf, _("Gui Restart"), &maxlen, &pos);
     3943        ostrcatbig(&buf, _("GUI Restart"), &maxlen, &pos);
    39443944        ostrcatbig(&buf, "</option>", &maxlen, &pos);   
    39453945       
  • titan/titan/mediadb.h

    r32853 r33085  
    25162516                                                tmpstr = ostrcat(tmpstr, path, 1, 0);                                                   
    25172517                                                tmpstr = ostrcat(tmpstr, "\n", 1, 0);
    2518                                                 tmpstr = ostrcat(tmpstr, _("title"), 1, 0);
     2518                                                tmpstr = ostrcat(tmpstr, _("Title"), 1, 0);
    25192519                                                tmpstr = ostrcat(tmpstr, ": ", 1, 0);
    25202520                                                tmpstr = ostrcat(tmpstr, imdb->title, 1, 0);                                                   
Note: See TracChangeset for help on using the changeset viewer.