diff options
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/remote_update.htm | 4 | ||||
-rw-r--r-- | po/de/freifunk.po | 4 | ||||
-rw-r--r-- | po/en/freifunk.po | 4 | ||||
-rw-r--r-- | po/templates/freifunk.pot | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/remote_update.htm b/modules/freifunk/luasrc/view/freifunk/remote_update.htm index 3dfaf5d5c..47ac7a356 100644 --- a/modules/freifunk/luasrc/view/freifunk/remote_update.htm +++ b/modules/freifunk/luasrc/view/freifunk/remote_update.htm @@ -49,9 +49,9 @@ $Id: contact.htm 3529 2008-10-07 13:10:24Z jow $ <label for="cb_keepcfg"><%:ff_remote_update_keepcfg Keep configuration%></label><br /> <input type="checkbox" class="cbi-input-checkbox" name="verify" value="1" checked="checked" id="cb_verify" /> - <label for="cb_verify"><%:ff_remote_update_keepcfg Verify downloaded images%></label><br /><br /> + <label for="cb_verify"><%:ff_remote_update_verify Verify downloaded images%></label><br /><br /> - <input type="submit" class="cbi-button cbi-button-apply" value="<%:ff_remote_update_install Confirm Upgrade%>" /> + <input type="submit" class="cbi-button cbi-button-apply" value="<%:ff_remote_update_confirm Confirm Upgrade%>" /> </form></p> <% end %> diff --git a/po/de/freifunk.po b/po/de/freifunk.po index 7728c26c7..bbc44de59 100644 --- a/po/de/freifunk.po +++ b/po/de/freifunk.po @@ -252,9 +252,9 @@ msgid "ff_remote_update_keepcfg" msgstr "Konfigurationsdateien wiederherstellen" #. Verify downloaded images -msgid "ff_remote_update_keepcfg" +msgid "ff_remote_update_verify" msgstr "Heruntergeladene Images verifizieren" #. Confirm Upgrade -msgid "ff_remote_update_install" +msgid "ff_remote_update_confirm" msgstr "Update bestätigen" diff --git a/po/en/freifunk.po b/po/en/freifunk.po index a4127dc96..da282f051 100644 --- a/po/en/freifunk.po +++ b/po/en/freifunk.po @@ -248,9 +248,9 @@ msgid "ff_remote_update_keepcfg" msgstr "Keep configuration" #. Verify downloaded images -msgid "ff_remote_update_keepcfg" +msgid "ff_remote_update_verify" msgstr "Verify downloaded images" #. Confirm Upgrade -msgid "ff_remote_update_install" +msgid "ff_remote_update_confirm" msgstr "Confirm Upgrade" diff --git a/po/templates/freifunk.pot b/po/templates/freifunk.pot index 66b9da7ae..2d92108b6 100644 --- a/po/templates/freifunk.pot +++ b/po/templates/freifunk.pot @@ -233,9 +233,9 @@ msgid "ff_remote_update_keepcfg" msgstr "" #. Verify downloaded images -msgid "ff_remote_update_keepcfg" +msgid "ff_remote_update_verify" msgstr "" #. Confirm Upgrade -msgid "ff_remote_update_install" +msgid "ff_remote_update_confirm" msgstr "" |