View Single Post
09/30/16, 04:49 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
I like the idea and as the popup won't show very often (or not at all if users keep their addons updated and addon devs are able to do the same ) I guess the users won't complain.

German translation:

Lua Code:
  1. if language == "de" then
  2.         return {
  3.             TITLE = "Veraltete Addons",
  4.             DESC = "Vielen Dank für die Nutzung von Elder Scrolls Online Addons\nEinige deiner Addons scheinen jedoch inzwischen veraltet zu sein\n\nVergiss nicht diese zu aktualisieren!",
  5.             NOW = "Aktualisieren",
  6.             LATER = "Später",
  7.         }

If the button text "Aktualisieren" is too long then just use "Update" as well.
  Reply With Quote