summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18n.c8
-rw-r--r--setup_menu.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/i18n.c b/i18n.c
index 453832ff..f40637fe 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.c,v 1.5 2006-08-22 03:45:34 phintuka Exp $
+ * $Id: i18n.c,v 1.6 2006-08-22 03:53:34 phintuka Exp $
*
* Translations provided by:
*
@@ -2420,7 +2420,7 @@ const tI18nPhrase Phrases[] = {
"", // Croatian
},
{
- " Cropping size", // English
+ " Crop to", // English
"", // Deutsch
"", // Slovenski
"", // Italiano
@@ -2428,7 +2428,7 @@ const tI18nPhrase Phrases[] = {
"", // Portugu<EA>s
"", // Fran<E7>ais
"", // Norsk
- " Leikkauksen koko", // Suomi
+ " Leikkaa kokoon", // Suomi
"", // Polski
"", // Espa<F1>ol
"", // Ellinika
@@ -2453,7 +2453,7 @@ const tI18nPhrase Phrases[] = {
"", // Espa<F1>ol
"", // Ellinika
"", // Svenska
- "", // Romaneste
+ "", // Romaneste
"", // Magyar
"", // Catala
"", // Russian
diff --git a/setup_menu.c b/setup_menu.c
index 41a8e583..241341f1 100644
--- a/setup_menu.c
+++ b/setup_menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: setup_menu.c,v 1.5 2006-08-22 03:45:34 phintuka Exp $
+ * $Id: setup_menu.c,v 1.6 2006-08-22 03:53:34 phintuka Exp $
*
*/
@@ -420,7 +420,7 @@ void cMenuSetupVideo::Set(void)
&newconfig.autocrop_autodetect));
Add(new cMenuEditBoolItem(tr(" Soft start"),
&newconfig.autocrop_soft));
- Add(new cMenuEditBoolItem(tr(" Cropping size"),
+ Add(new cMenuEditBoolItem(tr(" Crop to"),
&newconfig.autocrop_fixedsize,
"4:3...20:9", "14:9/16:9"));
Add(new cMenuEditBoolItem(tr(" Detect subtitles"),