diff options
| author | louis <louis.braun@gmx.de> | 2016-05-27 09:56:23 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2016-05-27 09:56:23 +0200 |
| commit | aa8370363abde2ee024d1023a948b528dc512985 (patch) | |
| tree | 5528903d567b81aa9b0dc818bd09b439f475dbb3 /setup.c | |
| parent | 67ce4befdfc3f318d83226d4205c66734f5ee2f6 (diff) | |
| download | vdr-plugin-skindesigner-aa8370363abde2ee024d1023a948b528dc512985.tar.gz vdr-plugin-skindesigner-aa8370363abde2ee024d1023a948b528dc512985.tar.bz2 | |
added finish translation
Diffstat (limited to 'setup.c')
| -rw-r--r-- | setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -231,7 +231,7 @@ eOSState cSkinDesignerSetup::ProcessKey(eKeys Key) { } Skins.Message(mtStatus, *cString::sprintf("%s ...", tr("Updating Skin from Git"))); } else { - Skins.Message(mtStatus, tr("No Git Repsoitory available")); + Skins.Message(mtStatus, tr("No Git Repository available")); } } } @@ -441,7 +441,7 @@ eOSState cSkindesignerSkinSetup::ProcessKey(eKeys Key) { } Skins.Message(mtStatus, *cString::sprintf("%s ...", tr("Updating Skin from Git"))); } else { - Skins.Message(mtStatus, tr("No Git Repsoitory available")); + Skins.Message(mtStatus, tr("No Git Repository available")); } break; } @@ -528,7 +528,7 @@ void cSkindesignerSkinSetup::ShowButtons(int current, bool force) { // --- cSkindesignerSkinPreview ----------------------------------------------------------- cSkindesignerSkinPreview::cSkindesignerSkinPreview(string skin, skindesignerapi::cPluginStructure *plugStruct) : -cSkindesignerOsdMenu(plugStruct, *cString::sprintf("%s: %s \"%s\"", trVDR("Preview"), tr("Skin"), skin.c_str())) { +cSkindesignerOsdMenu(plugStruct, *cString::sprintf("%s: %s \"%s\"", tr("Preview"), tr("Skin"), skin.c_str())) { currentSkin = skin; FirstCallCleared(); Set(); |
