shadowm

Untitled

Feb 28th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. shadowm@nanacore:~/src/wesnoth% git show -p ca2eec45b96fe5e89e1838a879f8fac231c7cbbc | egrep '^[+-].*(_\(|_( *)")'
  2. - name= _ "theme^Default"
  3. - description= _ "Default theme."
  4. + name= _ "theme^Default"
  5. + description= _ "Default theme."
  6. - #prefix= _ "statuspanel^vision"
  7. - #prefix= _ "statuspanel^moves"
  8. - #tooltip= _ ""
  9. - #tooltip= _ ""
  10. - #tooltip= _ ""
  11. - #tooltip= _ ""
  12. - #tooltip= _ ""
  13. - #tooltip= _ ""
  14. - #tooltip= _ ""
  15. - # #tooltip= _ ""
  16. - # #tooltip= _ ""
  17. - # #tooltip= _ ""
  18. - # #tooltip= _ ""
  19. - # text= _ "terrain"
  20. - # text= _ "terrain"
  21. - # tooltip= _ "Not implemented yet."
  22. - #title= _ "Group space"
  23. - # text= _ "villages"
  24. - # text= _ "units"
  25. - tooltip << "<b>" << _("Defense: ") << span_color(color) << def << "%</span></b>";
  26. + tooltip << "<b>" << _("Defense: ") << span_color(color) << def << '%' << naps << "</b>";
  27. - str << _("vision: ") << u->vision(); }
  28. + str << _("VP/JP") << '\n' << u->vision() << '/' << u->jamming(); }
  29. + ( u->attacks().size() > 1 ) ? N_("Attacks") : N_("Attack");
Advertisement
Add Comment
Please, Sign In to add comment