trivial gnome-terminal translation fix
- From: Havoc Pennington <hp redhat com>
- To: release-team gnome org
- Cc: gnome-i18n gnome org, hidetoshi tajima sun com,msuarezalvarez arnet com ar
- Subject: trivial gnome-terminal translation fix
- Date: Thu, 4 Sep 2003 21:22:52 -0400
Hi,
See http://bugzilla.gnome.org/show_bug.cgi?id=92618
Just makes the string "Terminal" (default terminal title)
translatable.
Havoc
Index: gnome-terminal.schemas.in
===================================================================
RCS file: /cvs/gnome/gnome-terminal/src/gnome-terminal.schemas.in,v
retrieving revision 1.32
diff -U5 -r1.32 gnome-terminal.schemas.in
--- gnome-terminal.schemas.in 30 May 2003 05:09:51 -0000 1.32
+++ gnome-terminal.schemas.in 5 Sep 2003 00:41:16 -0000
@@ -198,12 +198,12 @@
<schema>
<key>/schemas/apps/gnome-terminal/profiles/Default/title</key>
<applyto>/apps/gnome-terminal/profiles/Default/title</applyto>
<owner>gnome-terminal</owner>
<type>string</type>
- <default>Terminal</default>
<locale name="C">
+ <default>Terminal</default>
<short>Title for terminal</short>
<long>
Title to display for the terminal window or tab.
This title may be replaced by or combined with
the title set by the application inside the terminal,
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-terminal/src/Makefile.am,v
retrieving revision 1.30
diff -U5 -r1.30 Makefile.am
--- Makefile.am 24 Apr 2003 14:43:28 -0000 1.30
+++ Makefile.am 5 Sep 2003 00:41:16 -0000
@@ -77,5 +77,7 @@
regenerate-built-sources:
EGGFILES="$(EGGFILES)" EGGDIR="$(EGGDIR)" $(srcdir)/update-from-egg.sh
serverdir = $(libdir)/bonobo/servers
server_DATA = gnome-terminal.server
+
+@INTLTOOL_SCHEMAS_RULE@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]