summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Javier F. Serrador <serrador@cvs.gnome.org>2005-01-21 19:54:10 +0000
committerFrancisco Javier Fernandez Serrador <serrador@src.gnome.org>2005-01-21 19:54:10 +0000
commitfdb00e0553e1fa652ca678478b83652b2e85644a (patch)
tree1e50ef699e677076b965518f4e2ceff95022df48
parentbd4ca0c2dfb847e1d10aac6d4b3de16c874deed0 (diff)
downloadnautilus-fdb00e0553e1fa652ca678478b83652b2e85644a.tar.gz
s/Evince/Nautilus/g
2005-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * src/nautilus-window-menus.c: s/Evince/Nautilus/g
-rw-r--r--ChangeLog4
-rw-r--r--src/nautilus-window-menus.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4aabd90ec..e3fd42d4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
+
+ * src/nautilus-window-menus.c: Correct License (It said Evince).
+
2005-01-21 Alexander Larsson <alexl@redhat.com>
* src/nautilus-window-menus.c: (action_about_nautilus_callback):
diff --git a/src/nautilus-window-menus.c b/src/nautilus-window-menus.c
index 58d997245..451dcf252 100644
--- a/src/nautilus-window-menus.c
+++ b/src/nautilus-window-menus.c
@@ -413,7 +413,7 @@ action_about_nautilus_callback (GtkAction *action,
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n"
"GNU General Public License for more details."),
N_("You should have received a copy of the GNU General Public License \n"
- "along with Evince; if not, write to the Free Software Foundation, Inc., \n"
+ "along with Nautilus; if not, write to the Free Software Foundation, Inc., \n"
"59 Temple Place, Suite 330, Boston, MA 02111-1307 USA")
};
gchar *license_trans;