mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +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;
|
return mount;
|
||||||
|
|
||||||
error:
|
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,
|
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"),
|
_("Containing mount for file %s not found"),
|
||||||
file, 0);
|
file, 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user