Use proper quotation marks.

This commit is contained in:
Karl Ove Hufthammer 2009-01-01 00:11:28 +00:00
parent fa92875feb
commit 05bfdd0b7c

View file

@ -1855,7 +1855,7 @@ int main(int argc, char *argv[])
#define PROMPT_QUIT_TXT gettext_noop("Do you really want to quit?") #define PROMPT_QUIT_TXT gettext_noop("Do you really want to quit?")
/* Quit prompt positive response (quit) */ /* Quit prompt positive response (quit) */
#define PROMPT_QUIT_YES gettext_noop("Yes, I'm done!") #define PROMPT_QUIT_YES gettext_noop("Yes, Im done!")
/* Quit prompt negative response (don't quit) */ /* Quit prompt negative response (don't quit) */
#define PROMPT_QUIT_NO gettext_noop("No, take me back!") #define PROMPT_QUIT_NO gettext_noop("No, take me back!")
@ -1864,12 +1864,12 @@ int main(int argc, char *argv[])
/* Current picture is not saved; user is quitting */ /* Current picture is not saved; user is quitting */
#define PROMPT_QUIT_SAVE_TXT gettext_noop("If you quit, youll lose your picture! Save it?") #define PROMPT_QUIT_SAVE_TXT gettext_noop("If you quit, youll lose your picture! Save it?")
#define PROMPT_QUIT_SAVE_YES gettext_noop("Yes, save it!") #define PROMPT_QUIT_SAVE_YES gettext_noop("Yes, save it!")
#define PROMPT_QUIT_SAVE_NO gettext_noop("No, don't bother saving!") #define PROMPT_QUIT_SAVE_NO gettext_noop("No, dont bother saving!")
/* Current picture is not saved; user is opening another picture */ /* Current picture is not saved; user is opening another picture */
#define PROMPT_OPEN_SAVE_TXT gettext_noop("Save your picture first?") #define PROMPT_OPEN_SAVE_TXT gettext_noop("Save your picture first?")
#define PROMPT_OPEN_SAVE_YES gettext_noop("Yes, save it!") #define PROMPT_OPEN_SAVE_YES gettext_noop("Yes, save it!")
#define PROMPT_OPEN_SAVE_NO gettext_noop("No, don't bother saving!") #define PROMPT_OPEN_SAVE_NO gettext_noop("No, dont bother saving!")
/* Error opening picture */ /* Error opening picture */
#define PROMPT_OPEN_UNOPENABLE_TXT gettext_noop("Cant open that picture!") #define PROMPT_OPEN_UNOPENABLE_TXT gettext_noop("Cant open that picture!")
@ -1901,7 +1901,7 @@ int main(int argc, char *argv[])
/* Prompt to confirm erasing a picture in the Open dialog */ /* Prompt to confirm erasing a picture in the Open dialog */
#define PROMPT_ERASE_TXT gettext_noop("Erase this picture?") #define PROMPT_ERASE_TXT gettext_noop("Erase this picture?")
#define PROMPT_ERASE_YES gettext_noop("Yes, erase it!") #define PROMPT_ERASE_YES gettext_noop("Yes, erase it!")
#define PROMPT_ERASE_NO gettext_noop("No, don't erase it!") #define PROMPT_ERASE_NO gettext_noop("No, dont erase it!")
/* Reminder that Mouse Button 1 is the button to use in Tux Paint */ /* Reminder that Mouse Button 1 is the button to use in Tux Paint */
#define PROMPT_TIP_LEFTCLICK_TXT gettext_noop("Remember to use the left mouse button!") #define PROMPT_TIP_LEFTCLICK_TXT gettext_noop("Remember to use the left mouse button!")