* util/getroot.c (grub_make_system_path_relative_to_its_root): Fix
missing quotes which caused confusion among translators.
This commit is contained in:
parent
83c93b9cf5
commit
b6cf74c901
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-03-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* util/getroot.c (grub_make_system_path_relative_to_its_root): Fix
|
||||||
|
missing quotes which caused confusion among translators.
|
||||||
|
|
||||||
2012-03-19 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-03-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub-mkconfig_lib.in: Fix typo.
|
* util/grub-mkconfig_lib.in: Fix typo.
|
||||||
|
|
|
@ -2737,9 +2737,9 @@ grub_make_system_path_relative_to_its_root (const char *path)
|
||||||
grub_util_error ("%s",
|
grub_util_error ("%s",
|
||||||
/* TRANSLATORS: canonical pathname is the
|
/* TRANSLATORS: canonical pathname is the
|
||||||
complete one e.g. /etc/fstab. It has
|
complete one e.g. /etc/fstab. It has
|
||||||
to contain / normally, if it doesn't
|
to contain `/' normally, if it doesn't
|
||||||
we're in trouble and throw this error. */
|
we're in trouble and throw this error. */
|
||||||
_("no / in canonical filename"));
|
_("no `/' in canonical filename"));
|
||||||
if (p != buf)
|
if (p != buf)
|
||||||
*p = 0;
|
*p = 0;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue