]> git.deb.at Git - pkg/abook.git/blobdiff - edit.h
Imported Debian patch 0.5.6-7
[pkg/abook.git] / edit.h
diff --git a/edit.h b/edit.h
index 54310d788dfb11a0aa7a737eb672c30fe594982c..e9ac9202b4aa2c7051cc52c6bef445524ef9776a 100644 (file)
--- 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