Fix typo.

2000-12-29  Kjartan Maraas  <kmaraas@gnome.org>

	* capplets/new-background-properties/background-properties.glade:
	Fix typo.
This commit is contained in:
Kjartan Maraas 2000-12-29 12:08:19 +00:00 committed by Kjartan Maraas
parent 3634386153
commit 2fcc5969d3
2 changed files with 15 additions and 14 deletions

View file

@ -369,7 +369,6 @@ Embossed
<last_modification_time>Fri, 08 Dec 2000 21:55:52 GMT</last_modification_time> <last_modification_time>Fri, 08 Dec 2000 21:55:52 GMT</last_modification_time>
</signal> </signal>
<label>Browse...</label> <label>Browse...</label>
<relief>GTK_RELIEF_NORMAL</relief>
<child> <child>
<left_attach>2</left_attach> <left_attach>2</left_attach>
<right_attach>3</right_attach> <right_attach>3</right_attach>

View file

@ -1,7 +1,6 @@
/* /*n * Fil med oversettbare strenger generert av Glade.
* Translatable strings file generated by Glade. * Legg till denne filen i ditt prosjekts POTFILES.in.
* Add this file to your project's POTFILES.in. * IKKE kompiler den som en del av applikasjonen din.
* DO NOT compile it as part of your application.
*/ */
gchar *s = N_("window1"); gchar *s = N_("window1");
@ -12,19 +11,22 @@ gchar *s = N_("Color 1");
gchar *s = N_("Color 2"); gchar *s = N_("Color 2");
gchar *s = N_("Pick a color"); gchar *s = N_("Pick a color");
gchar *s = N_("Pick a color"); gchar *s = N_("Pick a color");
gchar *s = N_("Solid Color"); gchar *s = N_("Solid Color\n"
gchar *s = N_("Vertical Gradient"); "Vertical Gradient\n"
gchar *s = N_("Horizontal Gradent"); "Horizontal Gradient\n"
"");
gchar *s = N_("Wallpaper"); gchar *s = N_("Wallpaper");
gchar *s = N_("File"); gchar *s = N_("File");
gchar *s = N_("Effect"); gchar *s = N_("Effect");
gchar *s = N_("Tiled"); gchar *s = N_("Tiled\n"
gchar *s = N_("Centered"); "Centered\n"
gchar *s = N_("Scaled (keep aspect ratio)"); "Scaled (keep aspect ratio)\n"
gchar *s = N_("Stretched (change aspect ratio)"); "Stretched (change aspect ratio)\n"
gchar *s = N_("Embossed"); "Embossed\n"
"");
gchar *s = N_("Browse..."); gchar *s = N_("Browse...");
gchar *s = N_("(None)"); gchar *s = N_("(None)\n"
"");
gchar *s = N_("Adjust wallpaper's opacity"); gchar *s = N_("Adjust wallpaper's opacity");
gchar *s = N_("More Transparent"); gchar *s = N_("More Transparent");
gchar *s = N_("More Solid"); gchar *s = N_("More Solid");