X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=edit.h;h=e9ac9202b4aa2c7051cc52c6bef445524ef9776a;hb=e79a445f83989ef1f8ae564dd7c3be7e5d134d00;hp=54310d788dfb11a0aa7a737eb672c30fe594982c;hpb=c5d8ef5198f2bfd02f678b7a709b6538ef83cd44;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