1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

Replaced gettext with macro "_"

This commit is contained in:
Sebastien Helleu
2005-09-23 21:49:02 +00:00
parent 068284dd19
commit 6bec96cd4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ void wee_display_config_options ()
break;
}
printf (_(" . description: %s\n\n"),
gettext (weechat_options[i][j].long_description));
_(weechat_options[i][j].long_description));
j++;
}
}
+1 -1
View File
@@ -322,7 +322,7 @@ void wee_display_config_options ()
break;
}
printf (_(" . description: %s\n\n"),
gettext (weechat_options[i][j].long_description));
_(weechat_options[i][j].long_description));
j++;
}
}