summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
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();