Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shadowm@nanacore:~/src/wesnoth% git show -p ca2eec45b96fe5e89e1838a879f8fac231c7cbbc | egrep '^[+-].*(_\(|_( *)")'
- - name= _ "theme^Default"
- - description= _ "Default theme."
- + name= _ "theme^Default"
- + description= _ "Default theme."
- - #prefix= _ "statuspanel^vision"
- - #prefix= _ "statuspanel^moves"
- - #tooltip= _ ""
- - #tooltip= _ ""
- - #tooltip= _ ""
- - #tooltip= _ ""
- - #tooltip= _ ""
- - #tooltip= _ ""
- - #tooltip= _ ""
- - # #tooltip= _ ""
- - # #tooltip= _ ""
- - # #tooltip= _ ""
- - # #tooltip= _ ""
- - # text= _ "terrain"
- - # text= _ "terrain"
- - # tooltip= _ "Not implemented yet."
- - #title= _ "Group space"
- - # text= _ "villages"
- - # text= _ "units"
- - tooltip << "<b>" << _("Defense: ") << span_color(color) << def << "%</span></b>";
- + tooltip << "<b>" << _("Defense: ") << span_color(color) << def << '%' << naps << "</b>";
- - str << _("vision: ") << u->vision(); }
- + str << _("VP/JP") << '\n' << u->vision() << '/' << u->jamming(); }
- + ( u->attacks().size() > 1 ) ? N_("Attacks") : N_("Attack");
Advertisement
Add Comment
Please, Sign In to add comment