diff options
Diffstat (limited to 'apps/updatenotification/l10n/de.js')
-rw-r--r-- | apps/updatenotification/l10n/de.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js index 4a6685b6239..1ee4ed80721 100644 --- a/apps/updatenotification/l10n/de.js +++ b/apps/updatenotification/l10n/de.js @@ -2,6 +2,7 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", - "Updater" : "Updater" + "Updater" : "Updater", + "Open updater" : "Updater öffnen" }, "nplurals=2; plural=(n != 1);"); |