* [PATCH] Fixed a translation error(die(_()) function)
@ 2015-05-03 18:30 Alangi Derick
0 siblings, 0 replies; only message in thread
From: Alangi Derick @ 2015-05-03 18:30 UTC (permalink / raw)
Signed-off-by: Alangi Derick <alangiderick@gmail.com>
---
advice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/advice.c b/advice.c
index 575bec2..a8b2909 100644
--- a/advice.c
+++ b/advice.c
@@ -93,7 +93,7 @@ int error_resolve_conflict(const char *me)
void NORETURN die_resolve_conflict(const char *me)
{
error_resolve_conflict(me);
- die("Exiting because of an unresolved conflict.");
+ die(_("Exiting because of an unresolved conflict."));
}
void detach_advice(const char *new_name)
--
2.4.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-04 12:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-03 18:30 [PATCH] Fixed a translation error(die(_()) function) Alangi Derick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).