diff options
| author | louis <louis.braun@gmx.de> | 2015-06-13 15:10:34 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-06-13 15:10:34 +0200 |
| commit | 3eb6418e3023828f500f7ad8c63f00c3986afac7 (patch) | |
| tree | a1f3c1b69e3bdfbdd2dd80f8f4c36765f8e1e2e4 | |
| parent | 745fa9e985d0de8c74a96b79f77ff3c9d11d1faa (diff) | |
| download | vdr-plugin-skindesigner-3eb6418e3023828f500f7ad8c63f00c3986afac7.tar.gz vdr-plugin-skindesigner-3eb6418e3023828f500f7ad8c63f00c3986afac7.tar.bz2 | |
changed 'Update from Git' to 'Update'
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | po/de_DE.po | 7 | ||||
| -rw-r--r-- | po/fi_FI.po | 4 | ||||
| -rw-r--r-- | setup.c | 4 |
4 files changed, 9 insertions, 7 deletions
@@ -368,3 +368,4 @@ Version 0.5.2 - allow currentelements to use conditions - fixed bug searching channel logos with channelid - fixed bug in parsing printf text tokens +- changed "Update from Git" to "Update" diff --git a/po/de_DE.po b/po/de_DE.po index a43a33a..a1e95cc 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr-skindesigner 0.0.1\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2015-06-04 16:05+0200\n" +"POT-Creation-Date: 2015-06-13 15:07+0200\n" "PO-Revision-Date: 2014-09-27 11:02+0200\n" "Last-Translator: Louis Braun <louis.braun@gmx.de>\n" "Language-Team: \n" @@ -51,8 +51,8 @@ msgstr "Lade Screenshots herunter..." msgid "Install Skin" msgstr "Installiere Skin" -msgid "Update from Git" -msgstr "Aus Git aktualisieren" +msgid "Update" +msgstr "Aktualisieren" msgid "Delete Skin" msgstr "Skin löschen" @@ -155,3 +155,4 @@ msgstr "Unterstützte Plugins" msgid "Skin Designer" msgstr "Skin Designer" + diff --git a/po/fi_FI.po b/po/fi_FI.po index 604b7c4..4a0115d 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr-skindesigner 0.2.0\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2015-06-04 16:05+0200\n" +"POT-Creation-Date: 2015-06-13 15:07+0200\n" "PO-Revision-Date: 2015-01-25 01:25+0200\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish\n" @@ -51,7 +51,7 @@ msgstr "" msgid "Install Skin" msgstr "" -msgid "Update from Git" +msgid "Update" msgstr "" msgid "Delete Skin" @@ -191,7 +191,7 @@ eOSState cSkinDesignerSetup::ProcessKey(eKeys Key) { cSkinRepo *repo = config.GetSkinRepo(currentSkin); if (repo) { if (repo->Type() == rtGit) - SetHelp(tr("Update from Git"), NULL, tr("Delete Skin"), NULL); + SetHelp(tr("Update"), NULL, tr("Delete Skin"), NULL); else SetHelp(NULL, NULL, tr("Delete Skin"), NULL); } @@ -424,7 +424,7 @@ void cSkindesignerSkinSetup::Set(void) { cSkinRepo *repo = config.GetSkinRepo(skin); if (repo) { if (repo->Type() == rtGit) - SetHelp(tr("Update from Git"), NULL, tr("Delete Skin"), NULL); + SetHelp(tr("Update"), NULL, tr("Delete Skin"), NULL); else SetHelp(NULL, NULL, tr("Delete Skin"), NULL); } |
