Fix typo.
2000-12-29 Kjartan Maraas <kmaraas@gnome.org> * capplets/new-background-properties/background-properties.glade: Fix typo.
This commit is contained in:
parent
3634386153
commit
2fcc5969d3
2 changed files with 15 additions and 14 deletions
|
@ -369,7 +369,6 @@ Embossed
|
|||
<last_modification_time>Fri, 08 Dec 2000 21:55:52 GMT</last_modification_time>
|
||||
</signal>
|
||||
<label>Browse...</label>
|
||||
<relief>GTK_RELIEF_NORMAL</relief>
|
||||
<child>
|
||||
<left_attach>2</left_attach>
|
||||
<right_attach>3</right_attach>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*
|
||||
* Translatable strings file generated by Glade.
|
||||
* Add this file to your project's POTFILES.in.
|
||||
* DO NOT compile it as part of your application.
|
||||
/*n * Fil med oversettbare strenger generert av Glade.
|
||||
* Legg till denne filen i ditt prosjekts POTFILES.in.
|
||||
* IKKE kompiler den som en del av applikasjonen din.
|
||||
*/
|
||||
|
||||
gchar *s = N_("window1");
|
||||
|
@ -12,19 +11,22 @@ gchar *s = N_("Color 1");
|
|||
gchar *s = N_("Color 2");
|
||||
gchar *s = N_("Pick a color");
|
||||
gchar *s = N_("Pick a color");
|
||||
gchar *s = N_("Solid Color");
|
||||
gchar *s = N_("Vertical Gradient");
|
||||
gchar *s = N_("Horizontal Gradent");
|
||||
gchar *s = N_("Solid Color\n"
|
||||
"Vertical Gradient\n"
|
||||
"Horizontal Gradient\n"
|
||||
"");
|
||||
gchar *s = N_("Wallpaper");
|
||||
gchar *s = N_("File");
|
||||
gchar *s = N_("Effect");
|
||||
gchar *s = N_("Tiled");
|
||||
gchar *s = N_("Centered");
|
||||
gchar *s = N_("Scaled (keep aspect ratio)");
|
||||
gchar *s = N_("Stretched (change aspect ratio)");
|
||||
gchar *s = N_("Embossed");
|
||||
gchar *s = N_("Tiled\n"
|
||||
"Centered\n"
|
||||
"Scaled (keep aspect ratio)\n"
|
||||
"Stretched (change aspect ratio)\n"
|
||||
"Embossed\n"
|
||||
"");
|
||||
gchar *s = N_("Browse...");
|
||||
gchar *s = N_("(None)");
|
||||
gchar *s = N_("(None)\n"
|
||||
"");
|
||||
gchar *s = N_("Adjust wallpaper's opacity");
|
||||
gchar *s = N_("More Transparent");
|
||||
gchar *s = N_("More Solid");
|
||||
|
|
Loading…
Add table
Reference in a new issue