summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Nickell <snickell@stanford.edu>2001-12-14 13:40:35 +0000
committerSeth Nickell <seth@src.gnome.org>2001-12-14 13:40:35 +0000
commit0e8a902c0003e23bbfee9d7cd98177bca87274cd (patch)
tree441302331db6497ebf8aff5169202f50ce81534f
parent7c8800b6a26904be822e28d44fb1bee0c0b20b4b (diff)
downloadnautilus-0e8a902c0003e23bbfee9d7cd98177bca87274cd.tar.gz
The programs:/ URI is now applications:/ to conform with the HIG and GDP
2001-12-14 Seth Nickell <snickell@stanford.edu> The programs:/ URI is now applications:/ to conform with the HIG and GDP word list. * data/Makefile.am: * data/applications.desktop.in: * data/programs.desktop.in: Move programs.desktop.in to applications.desktop.in and change the URI and Name in the desktop entry.
-rw-r--r--ChangeLog12
-rw-r--r--data/Makefile.am4
-rw-r--r--data/applications.desktop.in (renamed from data/programs.desktop.in)2
-rw-r--r--po/ChangeLog6
-rw-r--r--po/POTFILES.in2
5 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a17fe287c..4fda7126e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2001-12-14 Seth Nickell <snickell@stanford.edu>
+ The programs:/ URI is now applications:/ to conform with the
+ HIG and GDP word list.
+
+ * data/Makefile.am:
+ * data/applications.desktop.in:
+ * data/programs.desktop.in:
+
+ Move programs.desktop.in to applications.desktop.in and change
+ the URI and Name in the desktop entry.
+
+2001-12-14 Seth Nickell <snickell@stanford.edu>
+
* Makefile.am:
Install nautilus and help .desktop files into the proper
diff --git a/data/Makefile.am b/data/Makefile.am
index 6cd4ceb79..ab26df4c9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -4,7 +4,7 @@ NULL=
@INTLTOOL_DIRECTORY_RULE@
DESKTOP_IN_FILES= favorites.desktop.in \
- programs.desktop.in \
+ applications.desktop.in \
starthere.desktop.in \
sysconfig.desktop.in \
preferences.desktop.in \
@@ -22,7 +22,7 @@ DIRECTORY_FILES=$(DIRECTORY_IN_FILES:.directory.in=.directory)
startheredir= $(sysconfdir)/X11/starthere
starthere_DATA= favorites.desktop \
- programs.desktop \
+ applications.desktop \
sysconfig.desktop \
preferences.desktop \
serverconfig.desktop \
diff --git a/data/programs.desktop.in b/data/applications.desktop.in
index 179efcb7f..31de750e0 100644
--- a/data/programs.desktop.in
+++ b/data/applications.desktop.in
@@ -1,5 +1,5 @@
[Desktop Entry]
-_Name=Programs
+_Name=Applications
_Comment=Browse available software
URL=programs:
Icon=gnome-default-dlg.png
diff --git a/po/ChangeLog b/po/ChangeLog
index dc22563d9..2557ab7bd 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-14 Seth Nickell <snickell@stanford.edu>
+
+ * POTFILES.in:
+
+ Moved programs.desktop.in to applications.desktop.in
+
2001-12-13 Darin Adler <darin@bentspoon.com>
* POTFILES.in: Removed translations for the help component.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 761fcf520..c4d63cb46 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -31,7 +31,7 @@ components/tree/Nautilus_View_tree.server.in
data/browser.xml
data/favorites.desktop.in
data/preferences.desktop.in
-data/programs.desktop.in
+data/applications.desktop.in
data/serverconfig.desktop.in
data/starthere-link.desktop.in
data/starthere.desktop.in