summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2016-05-27 09:56:23 +0200
committerlouis <louis.braun@gmx.de>2016-05-27 09:56:23 +0200
commitaa8370363abde2ee024d1023a948b528dc512985 (patch)
tree5528903d567b81aa9b0dc818bd09b439f475dbb3 /setup.c
parent67ce4befdfc3f318d83226d4205c66734f5ee2f6 (diff)
downloadvdr-plugin-skindesigner-aa8370363abde2ee024d1023a948b528dc512985.tar.gz
vdr-plugin-skindesigner-aa8370363abde2ee024d1023a948b528dc512985.tar.bz2
added finish translation
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.c b/setup.c
index f43fcff..5064fa8 100644
--- a/setup.c
+++ b/setup.c
@@ -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();