mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Add missing newline to warning message
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
f1ea4c8d24
commit
771c002c98
@ -168,7 +168,7 @@ static int calculate_removed_size(const alpm_list_t *mount_points,
|
|||||||
mp = match_mount_point(mount_points, path);
|
mp = match_mount_point(mount_points, path);
|
||||||
if(mp == NULL) {
|
if(mp == NULL) {
|
||||||
_alpm_log(PM_LOG_WARNING,
|
_alpm_log(PM_LOG_WARNING,
|
||||||
_("could not determine mount point for file %s"), filename);
|
_("could not determine mount point for file %s\n"), filename);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -230,7 +230,7 @@ static int calculate_installed_size(const alpm_list_t *mount_points,
|
|||||||
mp = match_mount_point(mount_points, path);
|
mp = match_mount_point(mount_points, path);
|
||||||
if(mp == NULL) {
|
if(mp == NULL) {
|
||||||
_alpm_log(PM_LOG_WARNING,
|
_alpm_log(PM_LOG_WARNING,
|
||||||
_("could not determine mount point for file %s"), filename);
|
_("could not determine mount point for file %s\n"), filename);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: pacman 3.5.0\n"
|
"Project-Id-Version: pacman 3.5.0\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
|
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
|
||||||
"POT-Creation-Date: 2011-03-14 13:51-0500\n"
|
"POT-Creation-Date: 2011-03-16 19:34-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -184,7 +184,7 @@ msgid "could not get filesystem information for %s: %s\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "could not determine mount point for file %s"
|
msgid "could not determine mount point for file %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, c-format
|
#, c-format
|
||||||
|
Loading…
Reference in New Issue
Block a user