X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=edit.h;h=e9ac9202b4aa2c7051cc52c6bef445524ef9776a;hb=2f465ba5e73ba05745d23f0fca9d5bdb1b350d8c;hp=54310d788dfb11a0aa7a737eb672c30fe594982c;hpb=208968222b63ab08f95b0ad6d882cfc4ab22dda5;p=pkg%2Fabook.git diff --git a/edit.h b/edit.h index 54310d7..e9ac920 100644 --- a/edit.h +++ b/edit.h @@ -10,7 +10,7 @@ void add_item(); #define EDITW_TOP 2 #define EDITW_X 3 -#define EDITOR_HELPLINE "?:help c:contact a:address p:phone o:other" +#define EDITOR_HELPLINE N_("?:help c:contact a:address p:phone o:other") #define TABLINE 1 @@ -29,7 +29,7 @@ enum { }; #define MAX_TAB TAB_CUSTOM - + #define TABS (MAX_TAB+1) #endif