Mercurial > pidgin.yaz
comparison src/protocols/msn/notification.c @ 10816:c94f40ffcafb
[gaim-migrate @ 12471]
rlaager reverted objectionable spacing changes
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 11 Apr 2005 15:26:51 +0000 |
parents | d087e928ffd1 |
children | a60704081c3e |
comparison
equal
deleted
inserted
replaced
10815:65c818fb218e | 10816:c94f40ffcafb |
---|---|
1261 case 1: | 1261 case 1: |
1262 minutes = atoi(g_hash_table_lookup(table, "Arg1")); | 1262 minutes = atoi(g_hash_table_lookup(table, "Arg1")); |
1263 g_snprintf(buf, sizeof(buf), ngettext( | 1263 g_snprintf(buf, sizeof(buf), ngettext( |
1264 "The MSN server will shut down for maintenance " | 1264 "The MSN server will shut down for maintenance " |
1265 "in %d minute. You will automatically be " | 1265 "in %d minute. You will automatically be " |
1266 "signed out at that time. Please finish any " | 1266 "signed out at that time. Please finish any " |
1267 "conversations in progress.\n\nAfter the " | 1267 "conversations in progress.\n\nAfter the " |
1268 "maintenance has been completed, you will be " | 1268 "maintenance has been completed, you will be " |
1269 "able to successfully sign in.", | 1269 "able to successfully sign in.", |
1270 "The MSN server will shut down for maintenance " | 1270 "The MSN server will shut down for maintenance " |
1271 "in %d minutes. You will automatically be " | 1271 "in %d minutes. You will automatically be " |
1272 "signed out at that time. Please finish any " | 1272 "signed out at that time. Please finish any " |
1273 "conversations in progress.\n\nAfter the " | 1273 "conversations in progress.\n\nAfter the " |
1274 "maintenance has been completed, you will be " | 1274 "maintenance has been completed, you will be " |
1275 "able to successfully sign in.", minutes), | 1275 "able to successfully sign in.", minutes), |
1276 minutes); | 1276 minutes); |
1277 default: | 1277 default: |