]> code.citadel.org Git - citadel.git/blobdiff - citadel/messages.c
* Minor cosmetic hack
[citadel.git] / citadel / messages.c
index 7f9dd8d65e104fd2e178a8501e528d9471ff7cf3..3939839d35fb812525c7024dbc209669f19a6757 100644 (file)
@@ -1204,11 +1204,10 @@ RMSGREAD:       fflush(stdout);
                        color(DIM_WHITE);
                        printf(") ");
 
-                       keyopt
-                           ("<B>ack <A>gain <Q>uote <R>eply <N>ext <S>top M<y> next ");
+                       keyopt("<B>ack <A>gain <Q>uote <R>eply <N>ext <S>top m<Y> next ");
                        if (rc_url_cmd[0] && num_urls)
-                               keyopt("<U>RL View ");
-                       keyopt("<?>Help/others -> ");
+                               keyopt("<U>RLview ");
+                       keyopt("<?>help -> ");
 
                        do {
                                lines_printed = 2;
@@ -1283,7 +1282,7 @@ RMSGREAD: fflush(stdout);
                                printf("URL's\r");
                                break;
                        case 'y':
-                               printf("My next\r");
+                               printf("mY next\r");
                                break;
                        case '?':
                                printf("? <help>\r");