[Xfce4-commits] <thunar:nick/1.8> Fix typo in Tiled.
Nick Schermer
noreply at xfce.org
Sun Aug 4 23:56:01 CEST 2013
Updating branch refs/heads/nick/1.8
to f054f544de6eb9ca4804ecb829e7db78f8f725b6 (commit)
from d2a60ed1fbd96114b87ec02dd1842cf17acac783 (commit)
commit f054f544de6eb9ca4804ecb829e7db78f8f725b6
Author: Nick Schermer <nick at xfce.org>
Date: Sun Aug 4 23:54:43 2013 +0200
Fix typo in Tiled.
thunar/thunar-enum-types.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-enum-types.c b/thunar/thunar-enum-types.c
index a0793f8..64fb303 100644
--- a/thunar/thunar-enum-types.c
+++ b/thunar/thunar-enum-types.c
@@ -320,7 +320,7 @@ thunar_background_style_get_type (void)
static const GEnumValue values[] =
{
{ THUNAR_BACKGROUND_STYLE_NONE, "THUNAR_BACKGROUND_STYLE_NONE", N_ ("None") },
- { THUNAR_BACKGROUND_STYLE_TILED, "THUNAR_BACKGROUND_STYLE_TILED", N_ ("Titled") },
+ { THUNAR_BACKGROUND_STYLE_TILED, "THUNAR_BACKGROUND_STYLE_TILED", N_ ("Tiled") },
{ THUNAR_BACKGROUND_STYLE_CENTERED, "THUNAR_BACKGROUND_STYLE_CENTERED", N_ ("Centered") },
{ THUNAR_BACKGROUND_STYLE_STRETCHED, "THUNAR_BACKGROUND_STYLE_STRETCHED", N_ ("Stretched") },
{ THUNAR_BACKGROUND_STYLE_SCALED, "THUNAR_BACKGROUND_STYLE_SCALED", N_ ("Scaled") },
More information about the Xfce4-commits
mailing list