mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Correct the grammar of an error message. (#349792, Jakub Friedl)
2006-08-05 Matthias Clasen <mclasen@redhat.com> * glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the grammar of an error message. (#349792, Jakub Friedl)
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							9797823fe2
						
					
				
				
					commit
					14ae5dba0c
				
			@@ -1,5 +1,8 @@
 | 
				
			|||||||
2006-08-05  Matthias Clasen  <mclasen@redhat.com>
 | 
					2006-08-05  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the
 | 
				
			||||||
 | 
						grammar of an error message.  (#349792, Jakub Friedl)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
 | 
						* glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
 | 
				
			||||||
	newlines in keyfiles.  (#349825, Chris Wilson)
 | 
						newlines in keyfiles.  (#349825, Chris Wilson)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,8 @@
 | 
				
			|||||||
2006-08-05  Matthias Clasen  <mclasen@redhat.com>
 | 
					2006-08-05  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the
 | 
				
			||||||
 | 
						grammar of an error message.  (#349792, Jakub Friedl)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
 | 
						* glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
 | 
				
			||||||
	newlines in keyfiles.  (#349825, Chris Wilson)
 | 
						newlines in keyfiles.  (#349825, Chris Wilson)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1789,7 +1789,7 @@ find_file_in_data_dirs (const gchar   *file,
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
      g_set_error (error, G_BOOKMARK_FILE_ERROR,
 | 
					      g_set_error (error, G_BOOKMARK_FILE_ERROR,
 | 
				
			||||||
                   G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND,
 | 
					                   G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND,
 | 
				
			||||||
                   _("No valid bookmark file was be found in data dirs"));
 | 
					                   _("No valid bookmark file found in data dirs"));
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      return NULL;
 | 
					      return NULL;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user