don't mark for translation a file name, as it's pointless (#534432).

2009-03-07  Cosimo Cecchi  <cosimoc@gnome.org>

	* libnautilus-private/nautilus-file-operations.c (get_link_name):
	don't mark for translation a file name, as it's pointless (#534432).

svn path=/trunk/; revision=15064
This commit is contained in:
Cosimo Cecchi 2009-03-07 14:18:24 +00:00 committed by Cosimo Cecchi
parent 29106dfb40
commit 6854e4a46b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-03-07 Cosimo Cecchi <cosimoc@gnome.org>
* libnautilus-private/nautilus-file-operations.c (get_link_name):
don't mark for translation a file name, as it's pointless (#534432).
2009-03-07 Cosimo Cecchi <cosimoc@gnome.org>
* src/nautilus-application.c

View file

@ -366,7 +366,7 @@ get_link_name (const char *name, int count, int max_length)
/* fall through */
case 0:
/* duplicate original file name */
format = _("%s");
format = "%s";
break;
case 1:
/* appended to new link file */