Roy's Projects
/
dhcpcd-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af8419
)
Better message
author
Roy Marples
<roy@marples.name>
Thu, 5 Mar 2009 19:39:16 +0000
(19:39 +0000)
committer
Roy Marples
<roy@marples.name>
Thu, 5 Mar 2009 19:39:16 +0000
(19:39 +0000)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 6c5f51664ed5f7bbd9f44b8811e0d707d56ca5f2..b51b667e7b79e116ae992e240c3c0bc7607ba003 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-252,7
+252,7
@@
print_if_msg(const struct if_msg *ifm)
reason = N_("Acquired address");
else {
if (g_strcmp0(ifm->reason, "EXPIRE") == 0)
- reason = N_("
Failed to renew
");
+ reason = N_("
Expired
");
else if (g_strcmp0(ifm->reason, "CARRIER") == 0) {
if (ifm->wireless) {
reason = N_("Associated with");