mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
Fix a translator comment
They need to be exactly one line above a string to show up in .po files.
This commit is contained in:
parent
24d1575b8d
commit
79ce76021a
@ -1168,11 +1168,11 @@ g_local_file_find_enclosing_mount (GFile *file,
|
||||
return mount;
|
||||
|
||||
error:
|
||||
/* Translators: This is an error message when trying to find
|
||||
* the enclosing (user visible) mount of a file, but none
|
||||
* exists.
|
||||
*/
|
||||
g_set_io_error (error,
|
||||
/* Translators: This is an error message when trying to find
|
||||
* the enclosing (user visible) mount of a file, but none
|
||||
* exists.
|
||||
*/
|
||||
_("Containing mount for file %s not found"),
|
||||
file, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user